Aurigma Graphics Mill 5.5 for .NET
LabelEditingEventHandler Delegate
This delegate represents the method that will handle the LabelEditing event of the ThumbnailListView class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Delegate Sub LabelEditingEventHandler ( _ sender As Object, _ e As ItemActionRequestEventArgs _ )
C#
public delegate void LabelEditingEventHandler( Object sender, ItemActionRequestEventArgs e )
Parameters
- sender
-
Type: System..::.Object