C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / ShowDialogEventHandler Delegate
Object that fired the event.
System.ComponentModel.CancelEventArgs object that contains the event data.

In This Topic
ShowDialogEventHandler Delegate
In This Topic
Represents the method that will handle the C1GanttView.ShowDialog event.
Syntax
'Declaration
 
Public Delegate Sub ShowDialogEventHandler( _
   ByVal sender As Object, _
   ByVal e As CancelEventArgs _
) 
 

Parameters

sender
Object that fired the event.
e
System.ComponentModel.CancelEventArgs object that contains the event data.
See Also