MenuItem.OnClicked 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.
When overridden by an app dev, implements behavior when the menu item is clicked.
protected virtual void OnClicked ();
abstract member OnClicked : unit -> unit
override this.OnClicked : unit -> unit