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.
ccurs when the selection state of an item changes.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event ListViewItemSelectionChangedEventHandler ItemSelectionChanged
public:
event ListViewItemSelectionChangedEventHandler^ ItemSelectionChanged {
void add(ListViewItemSelectionChangedEventHandler^ value);
void remove(ListViewItemSelectionChangedEventHandler^ value);
}
Public Event ItemSelectionChanged As ListViewItemSelectionChangedEventHandler
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top