ComboTable.SomethingClicked Event
Occurs when the user clicks the mouse.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler SomethingClicked
public:
event EventHandler^ SomethingClicked {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event SomethingClicked As EventHandler
See Also
ComboTable Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top