SPDeployment.Canceled event
Event that is raised when the deployment operation is cancelled.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event Canceled As EventHandler(Of SPDeploymentEventArgs)
'Usage
Dim instance As SPDeployment
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.Canceled, handler
public event EventHandler<SPDeploymentEventArgs> Canceled
Examples
The event handler receives an argument of SPDeploymentEventArgs containing data related to this event.