Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology 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 (NClientServerTechnology)
    In This Topic
    This method is invoked from the RaiseCallbackEvent method of the NWebControl class (RaiseCallbackEvent is a part of the implementation of ICallbackEventHandler). By default does nothing.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnCallbackEventHandlerRaiseCallbackEvent( _
       ByVal eventArgument As System.String _
    ) 
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim eventArgument As System.String
     
    instance.OnCallbackEventHandlerRaiseCallbackEvent(eventArgument)
    public virtual 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