DeploymentStepCanceledEventArgs Class

Definition

Represents the event argument class used for the DeploymentStepCanceled event.

public ref class DeploymentStepCanceledEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class DeploymentStepCanceledEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type DeploymentStepCanceledEventArgs = class
    inherit SharePointProjectItemEventArgs
Public Class DeploymentStepCanceledEventArgs
Inherits SharePointProjectItemEventArgs
Inheritance
DeploymentStepCanceledEventArgs

Constructors

DeploymentStepCanceledEventArgs(ISharePointProjectItem, IDeploymentStepInfo, ISharePointProjectItemDeploymentContext)

Initializes a new instance of the DeploymentStepCanceledEventArgs class with the provided instance of the ISharePointProjectItem, deployment step info and deployment context.

Properties

DeploymentContext

Gets the current deployment context.

DeploymentStepInfo

Gets the deployment step that just got canceled.

ProjectItem

Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised.

(Inherited from SharePointProjectItemEventArgs)

Applies to