alexa

    Show / Hide Table of Contents

    Class NodeCreatedEventArgs

    Class Which is used as the Argument for Node Created Event

    Inheritance
    System.Object
    NodeCreatedEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class NodeCreatedEventArgs : RoutedEventArgs

    Constructors

    NodeCreatedEventArgs()

    Declaration
    public NodeCreatedEventArgs()

    Properties

    CurrrentDataItem

    Gets or sets the current task.

    Declaration
    public object CurrrentDataItem { get; set; }
    Property Value
    Type Description
    System.Object

    The current task.

    Node

    Gets or sets the node.

    Declaration
    public GanttNode Node { get; set; }
    Property Value
    Type Description
    GanttNode

    The node.

    Back to top Generated by DocFX