[]
        
(Showing Draft Content)

C1.WPF.GanttView.ShowDialogEventHandler

ShowDialogEventHandler Delegate

Represents the method that will handle the ShowDialog event.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public delegate void ShowDialogEventHandler(object sender, CancelEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

CancelEventArgs e

CancelEventArgs object that contains the event data.

Constructors

Name Description
ShowDialogEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, CancelEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, CancelEventArgs)