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

TextChangedEventArgs Constructor

Creates and initializes new TextChangedEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	item As IListItem, _
	textInfoId As Integer _
)
C#
public TextChangedEventArgs(
	IListItem item,
	int textInfoId
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

The IListItem object whose text has been changed.
textInfoId

Type: System.Int32

An integer value which identifies piece of data which has been changed.

See Also

Reference