DismissiblePopup.OnDismissPopupExecuted(ExecutedRoutedEventArgs) 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 DismissPopup executes.
protected:
virtual void OnDismissPopupExecuted(System::Windows::Input::ExecutedRoutedEventArgs ^ e);
protected virtual void OnDismissPopupExecuted (System.Windows.Input.ExecutedRoutedEventArgs e);
abstract member OnDismissPopupExecuted : System.Windows.Input.ExecutedRoutedEventArgs -> unit
override this.OnDismissPopupExecuted : System.Windows.Input.ExecutedRoutedEventArgs -> unit
Protected Overridable Sub OnDismissPopupExecuted (e As ExecutedRoutedEventArgs)
Parameters
Remarks
A command which child controls can use to tell the popup to close.