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

StateChangingEventArgs Constructor

Creates and initializes new StateChangingEventArgs 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 StateChangingEventArgs(
	IListItem item,
	StateType stateType
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

The list item object whose state is about to be changed.
stateType

Type: Aurigma.GraphicsMill.WinControls.StateType

StateType value which identifies the state which is about to be changed.

See Also

Reference