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.
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