This delegate represents the method that will handle the LabelEdited event of the ThumbnailListView class.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

Public Delegate Sub LabelEditedEventHandler ( _
	sender As Object, _
	e As LabelEditedEventArgs _
)

C#

public delegate void LabelEditedEventHandler(
	Object sender,
	LabelEditedEventArgs e
)