PopupControlButton.OnUnchecked(RoutedEventArgs) Method
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.
Called when the IsChecked property becomes false.
protected:
override void OnUnchecked(System::Windows::RoutedEventArgs ^ e);
protected override void OnUnchecked (System.Windows.RoutedEventArgs e);
override this.OnUnchecked : System.Windows.RoutedEventArgs -> unit
Protected Overrides Sub OnUnchecked (e As RoutedEventArgs)
Parameters
The event data for the Unchecked event.