SPMobileDeleteNavigation.OnClick, méthode (Microsoft.SharePoint.MobileControls)

Represents the method that handles the Click event of the CommandControl property of a SPMobileDeleteNavigation.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Protected Overrides Sub OnClick ( _
    sender As Object, _
    e As EventArgs _
)
'Utilisation
Dim sender As Object
Dim e As EventArgs

Me.OnClick(sender, e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
protected override void OnClick (
    Object sender,
    EventArgs e
)

Paramètres

  • sender
  • e

Notes

Unless it is overridden in a derived class, this delegate calls DeleteItem; then it opens the page specified by RedirectUrl.

Voir aussi

Référence

SPMobileDeleteNavigation, classe
Membres SPMobileDeleteNavigation
Microsoft.SharePoint.MobileControls, espace de noms