Method OnKeyDownNotHandled
OnKeyDownNotHandled(Key)
Wizard is derived from Dialog and Dialog causes Esc
to call
RequestStop(Toplevel?), closing the Dialog. Wizard overrides
OnKeyDownNotHandled(Key) to instead fire the Cancelled event when Wizard is being used as a
non-modal (see Modal).
protected override bool OnKeyDownNotHandled(Key key)
Parameters
key
Key