DeploymentTypeChangedEventArgs 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 data for the DeploymentTypeChanged event.
public ref class DeploymentTypeChangedEventArgs : EventArgs
public class DeploymentTypeChangedEventArgs : EventArgs
type DeploymentTypeChangedEventArgs = class
inherit EventArgs
Public Class DeploymentTypeChangedEventArgs
Inherits EventArgs
- Inheritance
-
DeploymentTypeChangedEventArgs
Constructors
DeploymentTypeChangedEventArgs(DeploymentType) |
Initializes a new instance of the DeploymentTypeChangedEventArgs class with the old value for the deployment type. |
Properties
OldDeploymentType |
Gets the DeploymentType property value before the change event. |