Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartAjaxTechnology Class / OnCallbackEventHandlerRaiseCallbackEvent Method
The client-side Nevron AJAX framework provides as eventArgument a serialized NAjaxXmlTransport object with a NAjaxXmlDataSection named "command".


In This Topic
    OnCallbackEventHandlerRaiseCallbackEvent Method (NChartAjaxTechnology)
    In This Topic
    Lets the web control to process an event, delegated from the client to the server through an AJAX callback. Calls the OnAsyncClick or OnAsyncDoubleClick or OnAsyncMouseMove or OnAsyncMouseDown or OnAsyncMouseUp or OnAsyncRefresh method of the associated web control.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnCallbackEventHandlerRaiseCallbackEvent( _
       ByVal eventArgument As System.String _
    ) 
    'Usage
     
    
    Dim instance As NChartAjaxTechnology
    Dim eventArgument As System.String
     
    instance.OnCallbackEventHandlerRaiseCallbackEvent(eventArgument)
    public override void OnCallbackEventHandlerRaiseCallbackEvent( 
       System.string eventArgument
    )

    Parameters

    eventArgument
    The client-side Nevron AJAX framework provides as eventArgument a serialized NAjaxXmlTransport object with a NAjaxXmlDataSection named "command".
    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