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
)
参数
source
类型:System.Object事件的源。
e
类型:System.EventArgs包含事件数据EventArgs 。
返回值
类型:System.Boolean
true如果处理事件 ;否则为false (这种情况下该事件传到父控件)。默认值为false。
备注
SaveButton的子Microsoft ASP.NET 2.0Button控件调用**RaiseBubbleEvent()**方法时调用此方法。