MenuItem.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.
protected:
virtual void OnUnchecked(System::Windows::RoutedEventArgs ^ e);
protected virtual void OnUnchecked (System.Windows.RoutedEventArgs e);
abstract member OnUnchecked : System.Windows.RoutedEventArgs -> unit
override this.OnUnchecked : System.Windows.RoutedEventArgs -> unit
Protected Overridable Sub OnUnchecked (e As RoutedEventArgs)
Parameters
The event data for the Unchecked event.
Remarks
The control raises the Unchecked event by calling RaiseEvent. For more information, see Routed Events Overview.
Notes to Inheritors
When overriding OnUnchecked(RoutedEventArgs) in a derived class, be sure to call the base class' OnUnchecked(RoutedEventArgs) method so that registered delegates receive the event.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.