Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopup Class / PreFilterMessage Event


In This Topic
    PreFilterMessage Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event PreFilterMessage As NPreFilterMessageEventHandler
    'Usage
     
    
    Dim instance As NPopup
    Dim handler As NPreFilterMessageEventHandler
     
    AddHandler instance.PreFilterMessage, handler
    public event NPreFilterMessageEventHandler PreFilterMessage
    Event Data

    The event handler receives an argument of type NFilterMessageEventArgs containing data related to this event. The following NFilterMessageEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from Nevron.UI.NEventArgs)
    Gets/sets a value indicating whether the associated message loop should be exitted.  
    Gets/sets a value indicating whether the associated Message is filtered.  
    (Inherited from Nevron.UI.NEventArgs)
    Gets/sets the associated Message.  
    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