PickerFlyoutBase.OnConfirmed 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.
Notifies PickerFlyoutBase subclasses when a user has confirmed a selection.
protected:
virtual void OnConfirmed() = OnConfirmed;
void OnConfirmed();
protected virtual void OnConfirmed();
function onConfirmed()
Protected Overridable Sub OnConfirmed ()