MindFusion WinForms Programmer's Guide
OutlookExporter.TaskExporting Event
See Also
 





Fired for each task to confirm that the task should be exported.

Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Outlook

 Syntax

C#  Copy Code

public event EventHandler<TaskConfirmEventArgs> TaskExporting

Visual Basic  Copy Code

Public Event TaskExporting As EventHandler(Of TaskConfirmEventArgs)

 Event Data

TaskExporting event handlers receive an argument of type TaskConfirmEventArgs.

 See Also

OutlookExporter Members
OutlookExporter Class
MindFusion.Scheduling.Outlook Namespace
ContactExporting Event
ItemExporting Event