Fires when the item state has been changed.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Event StateChanged As StateChangedEventHandler
event StateChangedEventHandler StateChanged
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.