ThumbnailViewOnAfterLabelEdit Method |
Called after the thumbnail caption has been modified by the user.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected virtual void OnAfterLabelEdit(
LabelEditEventArgs e
)
Protected Overridable Sub OnAfterLabelEdit (
e As LabelEditEventArgs
)
Parameters
- e
- Type: System.Windows.FormsLabelEditEventArgs
A LabelEditEventArgs containing information about this event.
See Also