ComboBox.OnDropDownClosed(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.
Invoked when the DropDownClosed event is raised.
protected:
virtual void OnDropDownClosed(Platform::Object ^ e) = OnDropDownClosed;
void OnDropDownClosed(IInspectable const& e);
protected virtual void OnDropDownClosed(object e);
function onDropDownClosed(e)
Protected Overridable Sub OnDropDownClosed (e As Object)
Parameters
- e
-
Object
Platform::Object
IInspectable
Event data for the event.