ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ShowDialogEventHandler Delegate
Object that fired the event.
ShowDialogEventArgs 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 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