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

ListItem.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
Public Event StateChanged As StateChangedEventHandler
C#
public 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.

See Also

Reference