GridView::RaisePostBackEvent Method (String^)
.NET Framework (current version)
Raises the appropriate events for the GridView control when it posts back to the server.
Assembly: System.Web (in System.Web.dll)
Parameters
- eventArgument
-
Type:
System::String^
The event argument from which to create a CommandEventArgs for the event or events that are raised.
The page calls the RaisePostBackEvent method when a postback event occurs that raises the appropriate events for a GridView control. This call occurs in the page life cycle after loading and change notification are complete, but before prerendering occurs. This method has been implemented to create a CommandEventArgs object for the events that are raised.
Note |
|---|
This method is used primarily by control developers to extend the GridView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
