Show / Hide Table of Contents

Class FunctionRemovedEventArgs

Event args for a function being removed

Inheritance
System.Object
FunctionEventArgs
FunctionRemovedEventArgs
Inherited Members
FunctionEventArgs.FunctionDefinitionInstanceId
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionRemovedEventArgs : FunctionEventArgs

Constructors

FunctionRemovedEventArgs(Guid)

Initializes a new instance of the FunctionRemovedEventArgs class.

Declaration
public FunctionRemovedEventArgs(Guid functionDefInstanceId)
Parameters
Type Name Description
System.Guid functionDefInstanceId

The function definition instance identifier.

Back to top Generated by DocFX