WebPartZoneBase.RaisePostBackEvent(String) 方法

定义

根据自最近的回发事件以来所发生的更改更新区域中 WebPart 控件的当前集合的状态。

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)

参数

eventArgument
String

回发参数。

适用于

另请参阅