Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NScrollableControl Class / Enter Event


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