CustomComboBox.OnDropDown Method (EventArgs)
Raises the DropDown event.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnDropDown(
EventArgs e
)
protected:
virtual void OnDropDown(
EventArgs^ e
) override
Protected Overrides Sub OnDropDown (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
See Also
CustomComboBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top