Share via


PopupControlButton.OnUnchecked(RoutedEventArgs) Method

Definition

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

e
RoutedEventArgs

The event data for the Unchecked event.

Applies to