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

ColumnChangedEventHandler Delegate

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

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

Syntax

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

See Also

Reference