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

ListItem.OnTextChanged Method

Raises the TextChanged event.

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

Syntax

Visual Basic
Protected Overridable Sub OnTextChanged ( _
	textInfoId As Integer _
)
C#
protected virtual void OnTextChanged(
	int textInfoId
)

Parameters

textInfoId

Type: System.Int32

ID of the text information the event is raised for.

See Also

Reference