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)
Public Delegate Sub ColumnChangedEventHandler ( _ sender As Object, _ e As ColumnChangedEventArgs _ )
public delegate void ColumnChangedEventHandler( Object sender, ColumnChangedEventArgs e )
Type: System.Object