public delegate void SelectionChangedEventHandler()
'Declaration
Public Delegate Sub SelectionChangedEventHandler()
Remarks
This delegate is used to define the method signature for handling the SelectionChanged event, which occurs when the selection of an object or objects in the designer surface changes. No event data is passed to the method, indicating that the event is a notification of a change in selection state rather than a request for processing specific selection data.