DeploymentObjectChangedEventArgs Class

IIS 7.0

Provides the arguments for a deployment object changed event.

System..::..Object
  System..::..EventArgs
    Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
      Microsoft.Web.Deployment..::..DeploymentObjectChangedEventArgs

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

public ref class DeploymentObjectChangedEventArgs : public DeploymentTraceEventArgs

The DeploymentObjectChangedEventArgs 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 associated with the current event argument. (Overrides DeploymentTraceEventArgs..::..Message.)
Public propertyOperationType
Public propertyPathGets the path associated with the current deployment object changed event argument.
Public propertyProviderNameGets the name of the deployment provider associated with the current deployment object changed event argument.
Top

  NameDescription
Protected methodAddEventDataAdds data to the current event argument. (Inherited from DeploymentTraceEventArgs.)
Protected methodCollectEventData (Overrides DeploymentTraceEventArgs..::..CollectEventData()()()().)
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: