MultiSelect for WinForms
Formatted イベント (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : Formatted イベント
Occurs after the value has been formatted.
シンタックス
'宣言
 
Public Event Formatted As FormatEventHandler
public event FormatEventHandler Formatted
イベント データ

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

プロパティ解説
The out parameter for specifying error description if Succeeded is set to False.  
FormatInfo object that fired the event.  
Formatting result (assigned in the event code in Formatting). Default: True  
Formatting target (ForEdit or ForDisplay).  
The out parameter for the resulting string (in Formatting), or the in parameter for the formatted string (in Formatted).  
Source value for formatting.  
参照