SaveButton.OnBubbleEvent 方法

处理或重新引发一个冒泡的事件。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Overrides Function OnBubbleEvent ( _
    source As Object, _
    e As EventArgs _
) As Boolean
用法
Dim source As Object
Dim e As EventArgs
Dim returnValue As Boolean

returnValue = Me.OnBubbleEvent(source, _
    e)
protected override bool OnBubbleEvent(
    Object source,
    EventArgs e
)

参数

返回值

类型:System.Boolean
true如果处理事件 ;否则为false (这种情况下该事件传到父控件)。默认值为false。

备注

SaveButton的子Microsoft ASP.NET 2.0Button控件调用**RaiseBubbleEvent()**方法时调用此方法。 

另请参阅

引用

SaveButton 类

SaveButton 成员

Microsoft.SharePoint.WebControls 命名空间