ActiveReports 10
SizeChanged Event (Viewer)

GrapeCity.ActiveReports.Viewer.Silverlight.v10 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : SizeChanged Event
Syntax
'Declaration
 
Public Event SizeChanged As SizeChangedEventHandler
public event SizeChangedEventHandler SizeChanged
Event Data

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

PropertyDescription
 
(Inherited from System.Windows.RoutedEventArgs)
 
See Also