Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopupNotify Class / Displayed Event


In This Topic
    Displayed Event (NPopupNotify)
    In This Topic
    Fired when the popup is displayed to the user.
    Syntax
    'Declaration
     
    
    Public Event Displayed As System.EventHandler
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim handler As System.EventHandler
     
    AddHandler instance.Displayed, handler
    public event System.EventHandler Displayed
    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