DismissiblePopup.OnCloseOnEscapeChanged 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 CloseOnEscape property changes.
protected:
virtual void OnCloseOnEscapeChanged(Microsoft::Management::UI::Internal::PropertyChangedEventArgs<bool> ^ e);
protected virtual void OnCloseOnEscapeChanged (Microsoft.Management.UI.Internal.PropertyChangedEventArgs<bool> e);
abstract member OnCloseOnEscapeChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<bool> -> unit
override this.OnCloseOnEscapeChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<bool> -> unit
Protected Overridable Sub OnCloseOnEscapeChanged (e As PropertyChangedEventArgs(Of Boolean))