WebPartZoneBase.RaisePostBackEvent(String) Method

Definition

Updates the status of the current collection of WebPart controls in a zone, based on the changes that have occurred since the most recent postback event.

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

Parameters

eventArgument
String

The postback argument.

Applies to

See also