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

StateChangedEventHandler Delegate

This delegate represents the method that will handle the StateChanged events of the IListItem class and the ListColumnCollection class.

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

Syntax

Visual Basic
Public Delegate Sub StateChangedEventHandler ( _
	sender As Object, _
	e As StateChangedEventArgs _
)
C#
public delegate void StateChangedEventHandler(
	Object sender,
	StateChangedEventArgs e
)

See Also

Reference