Class
GanttDependencyCreateEventArgs

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 EventArgs.Empty

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

object

successorId

object

type

GanttDependencyType

Properties

PredecessorId

The predecessor task id.

Declaration

cs-api-definition
public object PredecessorId { get; set; }

Property Value

object

SuccessorId

The successor task id.

Declaration

cs-api-definition
public object SuccessorId { get; set; }

Property Value

object

Type

The dependency type.

Declaration

cs-api-definition
public GanttDependencyType Type { get; set; }

Property Value

GanttDependencyType