DetailsView.RaiseCallbackEvent(String) Method

Definition

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

protected:
 virtual void RaiseCallbackEvent(System::String ^ eventArgument);
protected virtual void RaiseCallbackEvent (string eventArgument);
abstract member RaiseCallbackEvent : string -> unit
override this.RaiseCallbackEvent : string -> unit
Protected Overridable Sub RaiseCallbackEvent (eventArgument As String)

Parameters

eventArgument
String

The argument to pass to the event handler.

Remarks

The RaiseCallbackEvent method is a helper method used by the DetailsView control to create the arguments for the callback handler in the GetCallbackEventReference method.

Applies to