OLAP for WPF /Silverlight
BindingValidationError イベント (C1OlapChart)

C1.Silverlight.Olap.5 アセンブリ > C1.Silverlight.Olap 名前空間 > C1OlapChart クラス : BindingValidationError イベント
シンタックス
'宣言
 
Public Event BindingValidationError As System.EventHandler(Of ValidationErrorEventArgs)
public event System.EventHandler<ValidationErrorEventArgs> BindingValidationError
イベント データ

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

プロパティ解説
Gets the state of the validation error.  
Gets the validation error that caused the System.Windows.FrameworkElement.BindingValidationError event.  
Gets or sets the value that marks the routed event as handled.  
System.Windows.RoutedEventArgsから継承されます。
参照