| C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewThumbnailView クラス : AfterLabelEdit イベント |
'宣言 Public Event AfterLabelEdit As System.Windows.Forms.LabelEditEventHandler
public event System.Windows.Forms.LabelEditEventHandler AfterLabelEdit
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.LabelEditEventArgs 型の引数を受け取りました。次の LabelEditEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| CancelEdit | Gets or sets a value indicating whether changes made to the label of the System.Windows.Forms.ListViewItem should be canceled. |
| Item | Gets the zero-based index of the System.Windows.Forms.ListViewItem containing the label to edit. |
| Label | Gets the new text assigned to the label of the System.Windows.Forms.ListViewItem. |