DetailsView.GetCallbackResult Method

Definition

Returns the result of a callback event that targets a control.

protected:
 virtual System::String ^ GetCallbackResult();
protected virtual string GetCallbackResult ();
abstract member GetCallbackResult : unit -> string
override this.GetCallbackResult : unit -> string
Protected Overridable Function GetCallbackResult () As String

Returns

The results of the callback.

Remarks

The DetailsView control implements the ICallbackEventHandler interface and uses the RaisePostBackEvent to retrieve data and the GetCallbackResult method to return the retrieved data to the control.

Applies to