SPMobileSaveNavigation.OnClick 方法

代表将用来处理SPMobileSaveNavigationCommandControl属性的Click事件的方法。

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

语法

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

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

参数

备注

除非它被覆盖派生类中,此方法将调用TrySaveItem()方法。

另请参阅

引用

SPMobileSaveNavigation 类

SPMobileSaveNavigation 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间