IPostBackDataEventHandler.RaisePostBackEvent Method
Enables a server control to process an event raised when a form is posted to the server.
Syntax
Visual Basic Public Sub
IPostBackDataEventHandler.RaisePostBackEvent( ByVal sEventArgument As string )C# public void
IPostBackDataEventHandler.RaisePostBackEvent(string sEventArgument );Managed C++ public: void
IPostBackDataEventHandler.RaisePostBackEvent(string sEventArgument );JScript public function
IPostBackDataEventHandler.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