DeploymentObjectChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |