This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.LabelEditing Event

Fires when the item label is about to be edited.

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

Syntax

Visual Basic
Public Event LabelEditing As LabelEditingEventHandler
C#
public event LabelEditingEventHandler LabelEditing

Remarks

You can use this event to perform some actions or validate item/internal application state and possibly cancel label editing for the item.

See Also

Reference