Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeView Class / AfterLabelEdit Event


In This Topic
    AfterLabelEdit Event (NTreeView)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("TreeViewAfterEditDescr")>
    Public Event AfterLabelEdit As System.Windows.Forms.NodeLabelEditEventHandler
    'Usage
     
    
    Dim instance As NTreeView
    Dim handler As System.Windows.Forms.NodeLabelEditEventHandler
     
    AddHandler instance.AfterLabelEdit, handler
    [SRCategory("CatBehavior")]
    [SRDescription("TreeViewAfterEditDescr")]
    public event System.Windows.Forms.NodeLabelEditEventHandler AfterLabelEdit
    Event Data

    The event handler receives an argument of type System.Windows.Forms.NodeLabelEditEventArgs containing data related to this event. The following NodeLabelEditEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating whether the edit has been canceled.  
    Gets the new text to associate with the tree node.  
    Gets the tree node containing the text to edit.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also