ComponentOne GanttView for WinForms
ShowDialogEventHandler Delegate

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ShowDialogEventHandler Delegate
Object that fired the event.
ShowDialogEventArgs object that contains the event data.
Represents the method that will handle the C1GanttView.ShowDialog event.
Syntax
'Declaration
 
Public Delegate Sub ShowDialogEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ShowDialogEventArgs _
) 
public delegate void ShowDialogEventHandler( 
   System.object sender,
   ShowDialogEventArgs e
)

Parameters

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

Reference

ShowDialogEventHandler Members
C1.Win.C1GanttView Namespace