Interface
ListSelectionNotifier
Description
A ListSelectionNotifier object calls the SelectionChanged and SelectionChanging methods of each ListSelectionNotificationReceiver registered with it.
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
receiver As ListSelectionNotificationReceiver |
|||
receiver As ListSelectionNotificationReceiver |
Method descriptions
ListSelectionNotifier.AddListSelectionNotificationReceiver
AddListSelectionNotificationReceiver(receiver As ListSelectionNotificationReceiver)
Registers a ListSelectionNotificationReceiver.
ListSelectionNotifier.RemoveListSelectionNotificationReceiver
RemoveListSelectionNotificationReceiver(receiver As ListSelectionNotificationReceiver)
Removes a previously registered ListSelectionNotificationReceiver.
Compatibility
All project types on all supported operating systems.