RaisePostBackEvent Method

Enables a server control to process an event raised when a form is posted to the server.

Syntax

Visual Basic Overrides  Protected   Sub 
RaisePostBackEvent( ByVal sEventArgument As string )
C# protected   override void 
RaisePostBackEvent(string sEventArgument );
Managed C++ protected:  void 
RaisePostBackEvent(string sEventArgument );
JScript protected   override function
RaisePostBackEvent(sEventArgument : string );

Parameters

sEventArgument Required. A string that specifies an optional event argument to be passed to the event handler.

Return Value

No return value.

Applies To

TOOLBAR

See Also

Internet Explorer WebControls, About the Toolbar WebControl