Class ConstantRemovedEventArgs
Event args for constant removed.
Inherited Members
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class ConstantRemovedEventArgs : ConstantEventArgsBase
Constructors
ConstantRemovedEventArgs(String)
Initializes a new instance of the ConstantRemovedEventArgs class.
Declaration
public ConstantRemovedEventArgs(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |