GrapeCity ActiveReports for .NET 14.0J
SizeChanged イベント (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf アセンブリ > GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : SizeChanged イベント
シンタックス
'宣言
 
Public Event SizeChanged As SizeChangedEventHandler
public event SizeChangedEventHandler SizeChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、SizeChangedEventArgs 型の引数を受け取りました。次の SizeChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.Windows.RoutedEventArgsから継承されます。
Gets a value that indicates whether the System.Windows.FrameworkElement.Height component of the size changed.  
Gets the new System.Windows.Size of the object.  
System.Windows.RoutedEventArgsから継承されます。
Gets the previous System.Windows.Size of the object.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
Gets a value that indicates whether the System.Windows.FrameworkElement.Width component of the size changed.  
参照