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(string eventArgument);

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

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also