Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewEx Class / StyleChanged Event


In This Topic
    StyleChanged Event (NTreeViewEx)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("ControlOnStyleChangedDescr")>
    Public Event StyleChanged As System.EventHandler
    'Usage
     
    
    Dim instance As NTreeViewEx
    Dim handler As System.EventHandler
     
    AddHandler instance.StyleChanged, handler
    [SRCategory("CatBehavior")]
    [SRDescription("ControlOnStyleChangedDescr")]
    public event System.EventHandler StyleChanged
    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