BarCode for WinForms
EncodingError イベント

C1.Win.BarCode.4.5.2 アセンブリ > C1.Win.BarCode 名前空間 > C1BarCode クラス : EncodingError イベント
Occurs when text entered into the C1BarCode cannot be encoded into barcode image.
シンタックス
'宣言
 
Public Event EncodingError As System.EventHandler(Of EncodingErrorEventArgs)
public event System.EventHandler<EncodingErrorEventArgs> EncodingError
イベント データ

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

プロパティ解説
Gets internal code of the error.  
Gets the exception that initially triggered the EncodingError event.  
Gets the text of exception. It can be changed by user.  
Gets or sets a value that indicates whether Exception should be thrown.  
参照