Show / Hide Table of Contents

Class FunctionModifiedEventArgs

Happens when a function is modified (such as name for example).

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

Constructors

FunctionModifiedEventArgs(Guid)

Initializes a new instance of the FunctionModifiedEventArgs class.

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

The function definition instance identifier.

See Also

FunctionEventArgs
Back to top Generated by DocFX