ActiveReports 12
RaiseEvent(RoutedEventArgs) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : RaiseEvent(RoutedEventArgs) Method
A System.Windows.RoutedEventArgs that contains the event data and also identifies the event to raise.
Raises a specific routed event. The System.Windows.RoutedEvent to be raised is identified within the System.Windows.RoutedEventArgs instance that is provided (as the System.Windows.RoutedEventArgs.RoutedEvent property of that event data).
Syntax
'Declaration
 
Public Sub RaiseEvent( _
   ByVal e As RoutedEventArgs _
) 
public void RaiseEvent( 
   RoutedEventArgs e
)

Parameters

e
A System.Windows.RoutedEventArgs that contains the event data and also identifies the event to raise.
See Also

Reference

Viewer Class
Viewer Members