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
Project Types |
Console, Desktop, Web |
Operating Systems |
All |
See also