EditorZoneBase.RaisePostBackEvent(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.