ActiveReports Developer 7
SelectionChangedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : SelectionChangedEventHandler Delegate

Glossary Item Box

Represents a method that handles the SelectionChanged event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub SelectionChangedEventHandler() 
C# 
public delegate void SelectionChangedEventHandler()

See Also