Class FunctionEventArgs
Base class for function related events.
Inheritance
System.Object
FunctionEventArgs
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FunctionEventArgs : EventArgs
Constructors
FunctionEventArgs(Guid)
Initializes a new instance of the FunctionRemovedEventArgs class.
Declaration
public FunctionEventArgs(Guid functionDefInstanceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | functionDefInstanceId | The function definition instance identifier. |
Properties
FunctionDefinitionInstanceId
Gets the function definition instance identifier.
Declaration
public Guid FunctionDefinitionInstanceId { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid | The function definition instance identifier. |
See Also
System.EventArgs