Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INHttpHandlerCallback Interface / OnAsyncMouseUp Method
The id of the web control that fired the event.
The context of the current request.
The state of the web control that fired the event.
An NCallbackMouseEventArgs that contains the event data.


In This Topic
    OnAsyncMouseUp Method (INHttpHandlerCallback)
    In This Topic
    Handles the mouse up HTTP handler command.
    Syntax
    'Declaration
     
    
    Sub OnAsyncMouseUp( _
       ByVal webControlId As System.String, _
       ByVal context As System.Web.HttpContext, _
       ByVal state As NStateObject, _
       ByVal args As NCallbackMouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As INHttpHandlerCallback
    Dim webControlId As System.String
    Dim context As System.Web.HttpContext
    Dim state As NStateObject
    Dim args As NCallbackMouseEventArgs
     
    instance.OnAsyncMouseUp(webControlId, context, state, args)
    void OnAsyncMouseUp( 
       System.string webControlId,
       System.Web.HttpContext context,
       NStateObject state,
       NCallbackMouseEventArgs args
    )

    Parameters

    webControlId
    The id of the web control that fired the event.
    context
    The context of the current request.
    state
    The state of the web control that fired the event.
    args
    An NCallbackMouseEventArgs that contains the event data.
    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