BulletedList.IPostBackEventHandler.RaisePostBackEvent(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关此方法的说明,请参阅 RaisePostBackEvent(String)。
virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent
参数
- eventArgument
- String
表示要传递到事件处理程序的可选事件自变量的字符串。
实现
注解
此成员是显式接口成员的实现。 它只能在 BulletedList 实例被强制转换为 IPostBackEventHandler 接口时使用。