Version

TaskDialogDisplayingEventArgs Class Members

The following tables list the members exposed by TaskDialogDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTaskDialogDisplayingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDialogReturns a reference to the TaskDialog that will be displayed if the event is not canceled.  
Public PropertyIsExistingTaskReturns a boolean value indicating whether the Task is already associated with the UltraCalendarInfo instance firing the event.  
Public PropertyTask (Inherited from Infragistics.Win.UltraWinSchedule.CancelableTaskEventArgs)
See Also