DetailsView.RaiseCallbackEvent Method (String)
.NET Framework (current version)
Creates the arguments for the callback handler in the GetCallbackEventReference method.
Assembly: System.Web (in System.Web.dll)
abstract RaiseCallbackEvent : eventArgument:string -> unit override RaiseCallbackEvent : eventArgument:string -> unit
Parameters
- eventArgument
-
Type:
System.String
The argument to pass to the event handler.
The RaiseCallbackEvent method is a helper method used by the DetailsView control to create the arguments for the callback handler in the GetCallbackEventReference method.
.NET Framework
Available since 2.0
Available since 2.0
Show: