Intersoft WebScheduler Documentation
Export Event
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : Export Event






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DescriptionAttribute("Fires when exporting process occurs")>
Public Event Export As WebSchedulerExportEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim handler As WebSchedulerExportEventHandler
 
AddHandler instance.Export, handler
C# 
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DescriptionAttribute("Fires when exporting process occurs")]
public event WebSchedulerExportEventHandler Export
Delphi 
public event Export: WebSchedulerExportEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DescriptionAttribute("Fires when exporting process occurs")]
public: __event WebSchedulerExportEventHandler* Export
C++/CLI 
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DescriptionAttribute("Fires when exporting process occurs")]
public:
event WebSchedulerExportEventHandler^ Export

Event Data

The event handler receives an argument of type WebSchedulerExportEventArgs containing data related to this event. The following WebSchedulerExportEventArgs properties provide information specific to this event.

PropertyDescription
EventsDataSource DataSource events containing raw data which is going to be exported.
RecurringEventsDataSource DataSource RecurringEvents containing raw data which is going to be exported.
ReportInfo The WebSchedulerReportInfo that is obtained from the data which is going to be exported.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.