GrapeCity ActiveReports for .NET 16.0J
RaiseEvent(RoutedEventArgs) メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : RaiseEvent(RoutedEventArgs) メソッド
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).
シンタックス
'宣言
 
Public Sub RaiseEvent( _
   ByVal e As RoutedEventArgs _
) 
public void RaiseEvent( 
   RoutedEventArgs e
)

パラメータ

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

Viewer クラス
Viewer メンバ