Aurigma Graphics Mill 5.5 for .NET
ColumnsInsertedEventHandler Delegate
This delegate represents the method that will handle the ColumnsInserted event of the ListColumnCollection class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Delegate Sub ColumnsInsertedEventHandler ( _ sender As Object, _ e As ColumnsInsertedEventArgs _ )
C#
public delegate void ColumnsInsertedEventHandler( Object sender, ColumnsInsertedEventArgs e )
Parameters
- sender
-
Type: System..::.Object