Aurigma Graphics Mill 5.5 for .NET
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 )
Parameters
- sender
-
Type: System..::.Object