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