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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.