ChangePassword.OnBubbleEvent(Object, EventArgs) 方法

定义

确定 ChangePassword 控件的事件是否沿页面的 Web 服务器控件层次结构向上传递。

protected:
 override bool OnBubbleEvent(System::Object ^ source, EventArgs ^ e);
protected override bool OnBubbleEvent (object source, EventArgs e);
override this.OnBubbleEvent : obj * EventArgs -> bool
Protected Overrides Function OnBubbleEvent (source As Object, e As EventArgs) As Boolean

参数

source
Object

事件源。

e
EventArgs

包含事件数据的 EventArgs 对象。

返回

如果事件已被取消,则为 true;否则为 false。 默认值为 false

注解

控件 ChangePassword 包含“更改密码”和“成功”视图的子控件。 嵌套控件中的事件 (即发送到命名容器) ,而不是单独引发事件的每个按钮。 命名容器反过来会引发名为 ItemCommand 的泛型事件,其中包含参数值,使你能够确定哪个控件引发了原始事件。 通过响应此单个事件,可以避免为单个子控件编写事件处理方法。

适用于

另请参阅