Nevron .NET Vision
Nevron.Editors Namespace / NThemeExplorer Class / BeforeLabelEdit Event


In This Topic
    BeforeLabelEdit Event (NThemeExplorer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("TreeViewBeforeEditDescr")>
    Public Event BeforeLabelEdit As System.Windows.Forms.NodeLabelEditEventHandler
    'Usage
     
    
    Dim instance As NThemeExplorer
    Dim handler As System.Windows.Forms.NodeLabelEditEventHandler
     
    AddHandler instance.BeforeLabelEdit, handler
    [SRCategory("CatBehavior")]
    [SRDescription("TreeViewBeforeEditDescr")]
    public event System.Windows.Forms.NodeLabelEditEventHandler BeforeLabelEdit
    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