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

IListItem.StateChanged Event

Fires when the item state has been changed.

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

Syntax

Visual Basic
Event StateChanged As StateChangedEventHandler
C#
event StateChangedEventHandler StateChanged

Remarks

Item state is defined by several properties: Checked, Focused, and Selected. This event is raised whenever some of these properties have been modified.

When you implement your own list item, use this event to be able to update the control properly when the item state is changed programmatically.

See Also

Reference