menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttRelationshipEstablishedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttRelationshipEstablishedEventArgs

    Provides data for the .

    Inheritance
    System.Object
    System.EventArgs
    GanttRelationshipEstablishedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class GanttRelationshipEstablishedEventArgs : EventArgs

    Constructors

    GanttRelationshipEstablishedEventArgs()

    Declaration
    public GanttRelationshipEstablishedEventArgs()

    Properties

    EndTask

    Gets the end task of the relation.

    Declaration
    public object EndTask { get; }
    Property Value
    Type
    System.Object

    Relationship

    Gets the type of the relation.

    Declaration
    public GanttTaskRelationship Relationship { get; }
    Property Value
    Type
    GanttTaskRelationship

    StartTask

    Gets the start task of the relation.

    Declaration
    public object StartTask { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved