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

ColumnClickEventHandler Delegate

This delegate represents the method that will handle the ColumnClick event of the ThumbnailListView class.

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

Syntax

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

See Also

Reference