Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / OnPostbackEventHandlerRaisePostbackEvent Method
A string that represents an optional event argument to be passed to the event handler.


In This Topic
    OnPostbackEventHandlerRaisePostbackEvent Method (NClientServerTechnology)
    In This Topic
    This method is invoked from the RaisePostBackEvent method of the NWebControl class (RaiseCallbackEvent is a part of the implementation of IPostBackEventHandler). By default does nothing.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnPostbackEventHandlerRaisePostbackEvent( _
       ByVal eventArgument As System.String _
    ) 
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim eventArgument As System.String
     
    instance.OnPostbackEventHandlerRaisePostbackEvent(eventArgument)
    public virtual void OnPostbackEventHandlerRaisePostbackEvent( 
       System.string eventArgument
    )

    Parameters

    eventArgument
    A string that represents an optional event argument to be passed to the event handler.
    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