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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.