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