UnlinkCopyButton.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 。