Table::IPostBackEventHandler::RaisePostBackEvent Method (String^)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see RaisePostBackEvent.
Assembly: System.Web (in System.Web.dll)
private: virtual void RaisePostBackEvent( String^ eventArgument ) sealed = IPostBackEventHandler::RaisePostBackEvent
Parameters
- eventArgument
-
Type:
System::String^
The argument for the event.
Typically, you should use the Table::RaisePostBackEvent method to raise an event for the Table control when a form is posted back to the server.
This method is an explicit interface member implementation. It can be used only when the Table instance is cast to an IPostBackEventHandler interface.
Notes to Inheritors:
To define a custom implementation for raising the event for a Table object, override the Table::RaisePostBackEvent member. The explicit interface implementation calls the Table::RaisePostBackEvent method to raise the event when posted data has changed for the control.
Available since 2.0