Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the Click event of the CommandControl property of a SPMobileDeleteNavigation.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnClick ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.OnClick(sender, e)
protected override void OnClick(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsAn EventArgs that contains the event data.
Remarks
Unless it is overridden in a derived class, this delegate calls DeleteItem; then it opens the page specified by RedirectUrl.
See Also
Reference
SPMobileDeleteNavigation Class