StateChangedEventArgs 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.
The event args given to listeners of the ModalStateChanged event. (also RecordingStateChanged, WarningsOffStateChanged, RedrawOffStateChanged)
public ref class StateChangedEventArgs : EventArgs
public class StateChangedEventArgs : EventArgs
type StateChangedEventArgs = class
inherit EventArgs
Public Class StateChangedEventArgs
Inherits EventArgs
- Inheritance
-
StateChangedEventArgs
Constructors
StateChangedEventArgs(Int32) |
Constructs a StateChangedEventArgs object with the given info. |
Properties
TransitionType |
The state the component is entering or exiting. |