menu

Blazor

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

    Show / Hide Table of Contents

    Class TaskConnectorChangeEventArgs<TValue>

    Provides information about the TaskConnectorChanging event.

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

    Constructors

    TaskConnectorChangeEventArgs()

    Declaration
    public TaskConnectorChangeEventArgs()

    Properties

    Cancel

    Gets or sets a boolean value indicating whether to cancel the dependency connection change.

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

    If the Cancel property is set to true, the dependency connection action will be cancelled. The default value is false.

    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.

    PredecessorData

    Gets the data associated with the predecessor taskbar for which the dependency connection is changing.

    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 taskbar for which the dependency connection is changing.

    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