ClassGanttDependencyCreateEventArgs
Class
The event arguments for the OnCreate event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttDependencyCreateEventArgs : EventArgs
Inheritance: objectEventArgsGanttDependencyCreateEventArgs
Inherited Members
Constructors
GanttDependencyCreateEventArgs()
Declaration
cs-api-definition
public GanttDependencyCreateEventArgs()
GanttDependencyCreateEventArgs(object, object, GanttDependencyType)
Declaration
cs-api-definition
public GanttDependencyCreateEventArgs(object predecessorId, object successorId, GanttDependencyType type)
Parameters
predecessorId
successorId
type
Properties
PredecessorId
The predecessor task id.
SuccessorId
The successor task id.
Type
The dependency type.
Declaration
cs-api-definition
public GanttDependencyType Type { get; set; }
Property Value