MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / SelectionChangedEventHandler Delegate

In This Topic
SelectionChangedEventHandler Delegate
In This Topic
Represents a method that handles the SelectionChanged event.
Syntax
'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.
See Also