Basic Library for UWP/WinRT XAML
ValueChanged イベント (C1NumericBox)

Value プロパティが変化すると発生します。
構文
'宣言
 
Public Event ValueChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Double))
public event System.EventHandler<PropertyChangedEventArgs<double>> ValueChanged
イベント データ

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

プロパティ解説
NewValue変更後のプロパティの値。  
OldValue変更前のプロパティの値。  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1NumericBox クラス
C1NumericBox メンバ

Send Feedback