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