menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaskConnectorChangedEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TaskConnectorChangedEventArgs<TValue>

    Provides information about the TaskConnectorChanged event.

    Inheritance
    System.Object
    TaskConnectorChangedEventArgs<TValue>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TaskConnectorChangedEventArgs<TValue> : Object
    Type Parameters
    Name
    TValue

    Constructors

    TaskConnectorChangedEventArgs()

    Declaration
    public TaskConnectorChangedEventArgs()

    Properties

    IsStartPredecessor

    Gets a boolean value indicating whether predecessor taskbar’s connection point is start or finish.

    Declaration
    public bool IsStartPredecessor { get; }
    Property Value
    Type Description
    System.Boolean

    true if the predecessor taskbar’s connector point is at the start; otherwise, false.

    IsStartSuccessor

    Gets a boolean value indicating whether successor taskbar’s connection point is start or finish.

    Declaration
    public bool IsStartSuccessor { get; }
    Property Value
    Type Description
    System.Boolean

    true if the successor taskbar’s connector point is at the start; otherwise, false.

    PredecessorData

    Gets the data associated with the predecessor in the connector line.

    Declaration
    public TValue PredecessorData { get; }
    Property Value
    Type Description
    TValue

    An object of the type TValue that represents the row data.

    SuccessorData

    Gets the data associated with the successor in the connector line.

    Declaration
    public TValue SuccessorData { get; }
    Property Value
    Type Description
    TValue

    An object of the type TValue that represents the row data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved