Show / Hide Table of Contents

Class FunctionAddedEventArgs

Happens when a new function is added.

Inheritance
System.Object
FunctionEventArgs
FunctionAddedEventArgs
Inherited Members
FunctionEventArgs.FunctionDefinitionInstanceId
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionAddedEventArgs : FunctionEventArgs

Constructors

FunctionAddedEventArgs(Guid)

Initializes a new instance of the FunctionAddedEventArgs class.

Declaration
public FunctionAddedEventArgs(Guid functionDefInstanceId)
Parameters
Type Name Description
System.Guid functionDefInstanceId

The function definition instance identifier.

See Also

FunctionEventArgs
Back to top Generated by DocFX