Partager via


SPMobileButtonNavigation.OnClick - Méthode

Représente la méthode qui gère l'événement Click .

Espace de noms :  Microsoft.SharePoint.Mobile.WebControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnClick ( _
    sender As Object, _
    e As EventArgs _
)
'Utilisation
Dim sender As Object
Dim e As EventArgs

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

Paramètres

Remarques

L'implémentation par défaut appelle Redirect().

Voir aussi

Référence

SPMobileButtonNavigation classe

SPMobileButtonNavigation - Membres

Microsoft.SharePoint.Mobile.WebControls - Espace de noms