Class
GanttDependencyCreateEventArgs

The event arguments for the OnCreate event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class GanttDependencyCreateEventArgs : EventArgs

Inheritance: objectEventArgsGanttDependencyCreateEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttDependencyCreateEventArgs()

Declaration

public GanttDependencyCreateEventArgs()

GanttDependencyCreateEventArgs(object, object, GanttDependencyType)

Declaration

public GanttDependencyCreateEventArgs(object predecessorId, object successorId, GanttDependencyType type)

Parameters

predecessorId

object

successorId

object

type

GanttDependencyType

Properties

PredecessorId

The predecessor task id.

Declaration

public object PredecessorId { get; set; }

Property Value

object

SuccessorId

The successor task id.

Declaration

public object SuccessorId { get; set; }

Property Value

object

Type

The dependency type.

Declaration

public GanttDependencyType Type { get; set; }

Property Value

GanttDependencyType