ComboTableV2_Core.AnyComboBoxItemSelectionChanged Event
Occurs when any ComboBox item selection changes.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler AnyComboBoxItemSelectionChanged
public:
event EventHandler^ AnyComboBoxItemSelectionChanged {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event AnyComboBoxItemSelectionChanged As EventHandler
See Also
ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top