SPMobileButtonNavigation.OnClick 方法

表示处理Click事件的方法。

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

语法

声明
Protected Overridable Sub OnClick ( _
    sender As Object, _
    e As EventArgs _
)
用法
Dim sender As Object
Dim e As EventArgs

Me.OnClick(sender, e)
protected virtual void OnClick(
    Object sender,
    EventArgs e
)

参数

备注

默认实现调用Redirect()

另请参阅

引用

SPMobileButtonNavigation 类

SPMobileButtonNavigation 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间