VisualStateGroup.CurrentStateChanged Event
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.
Occurs after a control transitions to a different state.
public:
event EventHandler<System::Windows::VisualStateChangedEventArgs ^> ^ CurrentStateChanged;
public event EventHandler<System.Windows.VisualStateChangedEventArgs> CurrentStateChanged;
member this.CurrentStateChanged : EventHandler<System.Windows.VisualStateChangedEventArgs>
Public Custom Event CurrentStateChanged As EventHandler(Of VisualStateChangedEventArgs)
Public Event CurrentStateChanged As EventHandler(Of VisualStateChangedEventArgs)
Event Type
Remarks
This event occurs after the control transitions to a new state and the CurrentStateChanging event occurs.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.