MultiSelect for WinForms
Formatting イベント (C1Label)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1Label クラス : Formatting イベント
Formatting the value programmatically.
シンタックス
'宣言
 
Public Event Formatting As FormatEventHandler
public event FormatEventHandler Formatting
イベント データ

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