This delegate represents the method that will handle the StateChanging 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 StateChangingEventHandler ( _
	sender As Object, _
	e As StateChangingEventArgs _
)

C#

public delegate void StateChangingEventHandler(
	Object sender,
	StateChangingEventArgs e
)