Nevron .NET Vision
Nevron.ThinWeb Namespace / INMouseEventCallback Interface / OnMouseEvent Method


In This Topic
    OnMouseEvent Method (INMouseEventCallback)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnMouseEvent( _
       ByVal control As NAspNetThinWebControl, _
       ByVal e As NBrowserMouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As INMouseEventCallback
    Dim control As NAspNetThinWebControl
    Dim e As NBrowserMouseEventArgs
     
    instance.OnMouseEvent(control, e)

    Parameters

    control
    e
    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