AppBar.OnClosing(Object) 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 OnClosing(Platform::Object ^ e) = OnClosing;
void OnClosing(IInspectable const& e);
protected virtual void OnClosing(object e);
function onClosing(e)
Protected Overridable Sub OnClosing (e As Object)
Parameters
- e
-
Object
Platform::Object
IInspectable
Event data for the event.