Miner.PresentationFramework Assembly > System.Windows Namespace > VisualStateGroup Class : CurrentStateChanged Event |
'Declaration Public Event CurrentStateChanged As EventHandler(Of VisualStateChangedEventArgs)
'Usage Dim instance As VisualStateGroup Dim handler As EventHandler(Of VisualStateChangedEventArgs) AddHandler instance.CurrentStateChanged, handler
public event EventHandler<VisualStateChangedEventArgs> CurrentStateChanged
The event handler receives an argument of type VisualStateChangedEventArgs containing data related to this event. The following VisualStateChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Control | The control involved in the state change |
NewState | The new state the control is transitioning to |
OldState | The old state the control is transitioning from |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.