DeploymentSyncParameterChangedEventArgs Class

IIS 7.0

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

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentSyncParameterChangedEventArgs : public DeploymentSyncParameterEventArgs

The DeploymentSyncParameterChangedEventArgs type exposes the following members.

  NameDescription
Public propertyEventDataGets a dictionary of data associated with the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public propertyEventLevelGets the trace level used by the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public propertyMessageGets the message for the current event argument. (Overrides DeploymentTraceEventArgs..::..Message.)
Public propertyNameGets the name associated with the event arguments for a deployment synchronization parameter. (Inherited from DeploymentSyncParameterEventArgs.)
Public propertyOperationTypeGets the DeploymentOperationKind associated with the event arguments for a deployment synchronization parameter. (Inherited from DeploymentSyncParameterEventArgs.)
Top

  NameDescription
Protected methodAddEventDataAdds data to the current event argument. (Inherited from DeploymentTraceEventArgs.)
Protected methodCollectEventDataCollects the event data for the current synchronization parameter event argument. (Inherited from DeploymentSyncParameterEventArgs.)
Public methodCreateNavigatorCreates an XPathNavigator for the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: