WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeCreatedEventArgs - WPF API Reference | Syncfusion

    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
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved