ComponentOne GanttView for WinForms
CancelTasksEventHandler Delegate

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : CancelTasksEventHandler Delegate
Object that fired the event.
Object that contains the event data.
Represents the method that handles C1GanttView.BeforeMoveTasks, C1GanttView.AfterMoveTasks events.
Syntax
'Declaration
 
Public Delegate Sub CancelTasksEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CancelTasksArgs _
) 
public delegate void CancelTasksEventHandler( 
   System.object sender,
   CancelTasksArgs e
)

Parameters

sender
Object that fired the event.
e
Object that contains the event data.
See Also

Reference

CancelTasksEventHandler Members
C1.Win.C1GanttView Namespace