ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / NodeDropped Event

In This Topic
    NodeDropped Event
    In This Topic
    Occurs on the server after the System.Web.UI.WebControls.TreeView node has been dropped.
    Syntax
    'Declaration
     
    Public Event NodeDropped As C1TreeViewEventHandler
    public event C1TreeViewEventHandler NodeDropped
    Event Data

    The event handler receives an argument of type C1TreeViewEventArgs containing data related to this event. The following C1TreeViewEventArgs properties provide information specific to this event.

    PropertyDescription
    C1TreeViewNode node associated to the event data.  
    See Also