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

StateChangedEventArgs Constructor

Creates and initializes new StateChangedEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	item As IListItem, _
	stateType As StateType _
)
C#
public StateChangedEventArgs(
	IListItem item,
	StateType stateType
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

The list item object whose state has been changed.
stateType

Type: Aurigma.GraphicsMill.WinControls.StateType

StateType value which identifies the state which has been changed.

See Also

Reference