Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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