ProviderStateChangedEventArgs 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.
StateChanged event arguments.
public class ProviderStateChangedEventArgs : EventArgs
type ProviderStateChangedEventArgs = class
inherit EventArgs
Public Class ProviderStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
ProviderStateChangedEventArgs
Constructors
| ProviderStateChangedEventArgs(Nullable<ProviderState>, Nullable<ProviderState>) |
Initializes a new instance of the ProviderStateChangedEventArgs class. |
Properties
| NewState |
Gets the new state of the IProvider. |
| OldState |
Gets the previous state of the IProvider. |