RaisePostBackEvent Method
Enables a server control to process an event raised when a form is posted to the server.
Syntax
Visual Basic Overridable Protected Sub
RaisePostBackEvent( ByVal sEventArgument As string )C# protected virtual void
RaisePostBackEvent(string sEventArgument );Managed C++ protected: virtual void
RaisePostBackEvent(string sEventArgument );JScript protected function
RaisePostBackEvent(sEventArgument : string );
Parameters
sEventArgument Required. The optional event argument to be passed to the event handler.
Return Value
No return value.
Applies To
BasePostBackControl
See Also