ComboTableV2.SomethingChanged Event
Represents an event that is raised when the user clicks on something with the mouse.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler SomethingChanged
public:
event EventHandler^ SomethingChanged {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event SomethingChanged As EventHandler
See Also
ComboTableV2 Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top