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

LabelEditedEventArgs Constructor

Creates and initializes new LabelEditedEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	item As IListItem, _
	newText As String _
)
C#
public LabelEditedEventArgs(
	IListItem item,
	string newText
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

The item whose label has been edited.
newText

Type: System.String

New label text value.

See Also

Reference