ActiveReports Developer 7
RaiseEvent(RoutedEventArgs) Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : RaiseEvent(RoutedEventArgs) Method

e

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub RaiseEvent( _
   ByVal e As System.Windows.RoutedEventArgs _
) 
C# 
public void RaiseEvent( 
   System.Windows.RoutedEventArgs e
)

Parameters

e

See Also