Partager via


ComboTable.SelectionChanged Event

 

Occurs when the selection has changed.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public event EventHandler SelectionChanged
public:
event EventHandler^ SelectionChanged {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
Public Event SelectionChanged As EventHandler

See Also

ComboTable Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top