Show / Hide Table of Contents

Class ConstantAddedEventArgs

Event args for constant added.

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

Back to top Generated by DocFX