FlexChart for WPF
SizeChanged イベント (FlexChartBase)

C1.WPF.FlexChart.4.6.2 アセンブリ > C1.WPF.Chart 名前空間 > FlexChartBase クラス : SizeChanged イベント
シンタックス
'宣言
 
Public Event SizeChanged As System.Windows.SizeChangedEventHandler
public event System.Windows.SizeChangedEventHandler SizeChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.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.  
参照