ThumbnailViewBeforeLabelEdit Event |
Occurs when the user starts editing the label of an item.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public event LabelEditEventHandler BeforeLabelEdit
Public Event BeforeLabelEdit As LabelEditEventHandler
Value
Type:
System.Windows.FormsLabelEditEventHandlerRemarks The
BeforeLabelEdit event occurs when the user begins modifying the text for an item. If the event
handler cancels this event, the user cannot edit the text. You can use this event to prevent the user from editing
specific items in the
ThumbnailView control. If
the
LabelEdit property of the
ThumbnailView control is set to
false, the
BeforeLabelEdit event is not raised; all user attempts to edit item labels are automatically rejected.
See Also