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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.