Show / Hide Table of Contents

Class ConstantReplacedEventArgs

Event args for constant replaced.

Inheritance
System.Object
ConstantEventArgsBase
ConstantReplacedEventArgs
Inherited Members
ConstantEventArgsBase.Identifier
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.

Back to top Generated by DocFX