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

IListItem.TextChanged Event

Fires when them item text has been changed.

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

Syntax

Visual Basic
Event TextChanged As TextChangedEventHandler
C#
event TextChangedEventHandler TextChanged

Remarks

This event is raised when any of item textual data has been changed. If you implement your own list item, do not forget to raise it to update the control properly (especially if you use Details mode).

See Also

Reference