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

ListItem.OnStateChanged Method

Raises the StateChanged event.

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

Syntax

Visual Basic
Protected Overridable Sub OnStateChanged ( _
	stateType As StateType _
)
C#
protected virtual void OnStateChanged(
	StateType stateType
)

Parameters

stateType

Type: Aurigma.GraphicsMill.WinControls.StateType

A StateType value specifying the state the event is raised for.

See Also

Reference