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

VirtualListView.LabelEdited Event

Fires when the label of an item has been changed by the user.

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

Syntax

Visual Basic
Public Event LabelEdited As LabelEditedEventHandler
C#
public event LabelEditedEventHandler LabelEdited

Remarks

This event fires when the user renames an item and the focus leaves the text box. You can use this event to reflect changes (e.g. to rename the file name, etc).

To be able to rename items, set LabelEdit property to true.

See Also

Reference