Class FunctionRenamedEventArgs
Occurs when a function gets renamed.
Inherited Members
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionRenamedEventArgs : FunctionEventArgs
Constructors
FunctionRenamedEventArgs(Guid)
Initializes a new instance of the FunctionRenamedEventArgs class.
Declaration
public FunctionRenamedEventArgs(Guid functionDefInstanceId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | functionDefInstanceId | The function definition instance identifier. |