ASP.NET MVC Controls | ComponentOne
In This Topic
    TreeNodeEventArgs Class
    In This Topic
    File
    wijmo.nav.js
    Module
    wijmo.nav
    Base Class
    CancelEventArgs

    Provides arguments for TreeNode-related events.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(node: TreeNode): TreeNodeEventArgs
    

    Initializes a new instance of the TreeNodeEventArgs class.

    Parameters
    Returns
    TreeNodeEventArgs

    Properties

    cancel

    Gets or sets a value that indicates whether the event should be canceled.

    Inherited From
    CancelEventArgs
    Type
    boolean

    node

    Gets the TreeNode that this event refers to.

    Type
    TreeNode

    Events

     

    Static empty

    Provides a value to use with events that do not have event data.

    Inherited From
    EventArgs
    Arguments
    EventArgs