Class FunctionModifiedEventArgs
Happens when a function is modified (such as name for example).
Inherited Members
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FunctionModifiedEventArgs : FunctionEventArgs
Constructors
FunctionModifiedEventArgs(Guid)
Initializes a new instance of the FunctionModifiedEventArgs class.
Declaration
public FunctionModifiedEventArgs(Guid functionDefInstanceId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | functionDefInstanceId | The function definition instance identifier. |