Class FunctionRemovedEventArgs
Event args for a function being removed
Inherited Members
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionRemovedEventArgs : FunctionEventArgs
  Constructors
FunctionRemovedEventArgs(Guid)
Initializes a new instance of the FunctionRemovedEventArgs class.
Declaration
public FunctionRemovedEventArgs(Guid functionDefInstanceId)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Guid | functionDefInstanceId | The function definition instance identifier.  |