EditorZoneBase.RaisePostBackEvent(String) Method

Definition

Carries out the actions associated with one of the zone verbs, or raises an event that posts back to the server.

protected:
 override void RaisePostBackEvent(System::String ^ eventArgument);
protected override void RaisePostBackEvent (string eventArgument);
override this.RaisePostBackEvent : string -> unit
Protected Overrides Sub RaisePostBackEvent (eventArgument As String)

Parameters

eventArgument
String

A String that contains the argument for the event.

Remarks

The RaisePostBackEvent method carries out the respective actions associated with the OK verb, the cancel verb, or the apply verb, if one of these verbs was clicked in the user interface (UI). Otherwise, it raises an event that posts back to the server.

Applies to

See also