Show / Hide Table of Contents

Class ConstantRemovedEventArgs

Event args for constant removed.

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

Back to top Generated by DocFX