Compartilhar via


SPMobileButtonNavigation.OnClick method

Representa o método que manipula o evento Click .

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable Sub OnClick ( _
    sender As Object, _
    e As EventArgs _
)
'Uso
Dim sender As Object
Dim e As EventArgs

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

Parâmetros

Comentários

A implementação padrão chama Redirect().

Ver também

Referência

SPMobileButtonNavigation class

SPMobileButtonNavigation members

Microsoft.SharePoint.Mobile.WebControls namespace