Show / Hide Table of Contents

Class FunctionRenamedEventArgs

Occurs when a function gets renamed.

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

Constructors

FunctionRenamedEventArgs(Guid)

Initializes a new instance of the FunctionRenamedEventArgs class.

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

The function definition instance identifier.

See Also

FunctionEventArgs
Back to top Generated by DocFX