ClassGanttDependencyDeleteEventArgs
Class
The event arguments for the OnCreate event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttDependencyDeleteEventArgs : EventArgs
Inheritance: objectEventArgsGanttDependencyDeleteEventArgs
Inherited Members
Constructors
GanttDependencyDeleteEventArgs()
Declaration
cs-api-definition
public GanttDependencyDeleteEventArgs()
GanttDependencyDeleteEventArgs(object)
Declaration
cs-api-definition
public GanttDependencyDeleteEventArgs(object item)
Parameters
item