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