This delegate represents the method that will handle the ColumnRemoving event of the ListColumnCollection class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Delegate Sub ColumnRemovingEventHandler ( _ sender As Object, _ e As ColumnRemovingEventArgs _ )
public delegate void ColumnRemovingEventHandler( Object sender, ColumnRemovingEventArgs e )
Type: System.Object