ShowDialogEventHandler Delegate
Represents the method that will handle the
C1GanttView.ShowDialog event.
'Declaration
Public Delegate Sub ShowDialogEventHandler( _
ByVal As Object, _
ByVal As CancelEventArgs _
)
Parameters
- sender
- Object that fired the event.
- e
- System.ComponentModel.CancelEventArgs object that contains the event data.