Raises the StateChanged event.

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

Syntax

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

Parameters

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

See Also