ActiveReports 14 .NET Edition
GrapeCity.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() 
    public delegate void SelectionChangedEventHandler()
    See Also