ComponentOne GanttView for WPF
ShowDialogEventHandler Delegate

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : ShowDialogEventHandler Delegate
Object that fired the event.
System.ComponentModel.CancelEventArgs 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 System.ComponentModel.CancelEventArgs _
) 
public delegate void ShowDialogEventHandler( 
   System.object sender,
   System.ComponentModel.CancelEventArgs e
)

Parameters

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

Reference

ShowDialogEventHandler Members
C1.WPF.GanttView Namespace