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