DeploymentObjectChangedEventArgs Class

Definition

Provides the arguments for a deployment object changed event.

public ref class DeploymentObjectChangedEventArgs : Microsoft::Web::Deployment::DeploymentTraceEventArgs
public class DeploymentObjectChangedEventArgs : Microsoft.Web.Deployment.DeploymentTraceEventArgs
type DeploymentObjectChangedEventArgs = class
    inherit DeploymentTraceEventArgs
Public Class DeploymentObjectChangedEventArgs
Inherits DeploymentTraceEventArgs
Inheritance
DeploymentObjectChangedEventArgs

Properties

EventData

Gets a dictionary of data associated with the current event argument.

(Inherited from DeploymentTraceEventArgs)
EventLevel

Gets the trace level used by the current event argument.

(Inherited from DeploymentTraceEventArgs)
Message

Gets the message associated with the current event argument.

OperationType
Path

Gets the path associated with the current deployment object changed event argument.

ProviderName

Gets the name of the deployment provider associated with the current deployment object changed event argument.

Methods

AddEventData(String, Object)

Adds data to the current event argument.

(Inherited from DeploymentTraceEventArgs)
CollectEventData()
CreateNavigator()

Creates an XPathNavigator for the current event argument.

(Inherited from DeploymentTraceEventArgs)

Applies to