Class FunctionAddedEventArgs
Happens when a new function is added.
Inherited Members
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. |