DetailsView.RaisePostBackEvent Method (String)
.NET Framework (current version)
Raises the appropriate events for the DetailsView control when it posts back to the server.
Assembly: System.Web (in System.Web.dll)
abstract RaisePostBackEvent : eventArgument:string -> unit override RaisePostBackEvent : eventArgument:string -> unit
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 DetailsView 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 DetailsView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
