ProfileUI.Cancel_Click Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub Cancel_Click ( _
sender As Object, _
e As ToolBarButtonClickEventArgs _
)
'Usage
Dim sender As Object
Dim e As ToolBarButtonClickEventArgs
Me.Cancel_Click(sender, e)
protected void Cancel_Click(
Object sender,
ToolBarButtonClickEventArgs e
)
Parameters
- sender
Type: System.Object