[]
        
(Showing Draft Content)

C1.Win.C1GanttView.ShowDialogEventHandler

ShowDialogEventHandler Delegate

Represents the method that will handle the ShowDialog event.

Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
public delegate void ShowDialogEventHandler(object sender, ShowDialogEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

ShowDialogEventArgs e

ShowDialogEventArgs object that contains the event data.

Constructors

Name Description
ShowDialogEventHandler(object, IntPtr)

Methods

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