Fires when them item text has been changed.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Event TextChanged As TextChangedEventHandler
event TextChangedEventHandler TextChanged
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).