DeploymentSyncParameterChangedEventArgs Class

Definition

Provides the properties for an event argument that is raised when a synchronization parameter changes.

public ref class DeploymentSyncParameterChangedEventArgs : Microsoft::Web::Deployment::DeploymentSyncParameterEventArgs
public class DeploymentSyncParameterChangedEventArgs : Microsoft.Web.Deployment.DeploymentSyncParameterEventArgs
type DeploymentSyncParameterChangedEventArgs = class
    inherit DeploymentSyncParameterEventArgs
Public Class DeploymentSyncParameterChangedEventArgs
Inherits DeploymentSyncParameterEventArgs
Inheritance
DeploymentSyncParameterChangedEventArgs

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 for the current event argument.

Name

Gets the name associated with the event arguments for a deployment synchronization parameter.

(Inherited from DeploymentSyncParameterEventArgs)
OperationType

Gets the DeploymentOperationKind associated with the event arguments for a deployment synchronization parameter.

(Inherited from DeploymentSyncParameterEventArgs)

Methods

AddEventData(String, Object)

Adds data to the current event argument.

(Inherited from DeploymentTraceEventArgs)
CollectEventData()

Collects the event data for the current synchronization parameter event argument.

(Inherited from DeploymentSyncParameterEventArgs)
CreateNavigator()

Creates an XPathNavigator for the current event argument.

(Inherited from DeploymentTraceEventArgs)

Applies to