ActiveReports 10
Loaded Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Loaded Event
Occurs when the element is laid out, rendered, and ready for interaction.
Syntax
'Declaration
 
Public Event Loaded As RoutedEventHandler
public event RoutedEventHandler Loaded
Event Data

The event handler receives an argument of type RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also