DetailsView.RaiseCallbackEvent Method (String)

 

Creates the arguments for the callback handler in the GetCallbackEventReference method.

Namespace:   System.Web.UI.WebControls
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
Return to top
Show: