GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 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 ShowDialog event.
    Syntax
    'Declaration
     
    Public Delegate Sub ShowDialogEventHandler( _
       ByVal sender As Object, _
       ByVal e As CancelEventArgs _
    ) 
    public delegate void ShowDialogEventHandler( 
       object sender,
       CancelEventArgs e
    )

    Parameters

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