'宣言 Public Event Parsing As ParseEventHandler
public event ParseEventHandler Parsing
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ParseEventArgs 型の引数を受け取りました。次の ParseEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 | 
|---|---|
| DestinationType | Data type to convert the string to. | 
| ErrorInfo | Error information in case of parsing failure. Can be set in event code in Parsing. | 
| ParseInfo | ParseInfo object that fired the event. | 
| Succeeded | Parse result (assigned in the event code in Parsing). Default: True | 
| Text | Source string for parsing. | 
| Value | Property to save the result to (in Parsing) or to get the resulting value from (in Parsed). | 
参照