Fired for each task to confirm that the task should be exported.
Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Wpf.Outlook
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TaskConfirmEventArgs> TaskExporting |
Visual Basic
Copy Code
|
|---|
Public Event TaskExporting As EventHandler(Of TaskConfirmEventArgs) |
Event DataTaskExporting event handlers receive an argument of type TaskConfirmEventArgs.
RemarksYou can use this event to filter out certain tasks during export.
See Also