Intersoft WebScheduler Documentation
WebSchedulerExportEventArgs Constructor
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerExportEventArgs Class : WebSchedulerExportEventArgs Constructor






eventsDataSource
recurringEventsDataSource
reportInfo

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal eventsDataSource As System.Object, _
   ByVal recurringEventsDataSource As System.Object, _
   ByVal reportInfo As WebSchedulerReportInfo _
)
Visual Basic (Usage)Copy Code
Dim eventsDataSource As System.Object
Dim recurringEventsDataSource As System.Object
Dim reportInfo As WebSchedulerReportInfo
 
Dim instance As New WebSchedulerExportEventArgs(eventsDataSource, recurringEventsDataSource, reportInfo)
C# 
public WebSchedulerExportEventArgs( 
   System.object eventsDataSource,
   System.object recurringEventsDataSource,
   WebSchedulerReportInfo reportInfo
)
Delphi 
public WebSchedulerExportEventArgs( 
    eventsDataSource: System.TObject;
    recurringEventsDataSource: System.TObject;
    reportInfo: WebSchedulerReportInfo
); 
JScript 
public function WebSchedulerExportEventArgs( 
   eventsDataSource : System.Object,
   recurringEventsDataSource : System.Object,
   reportInfo : WebSchedulerReportInfo
);
Managed Extensions for C++ 
public: WebSchedulerExportEventArgs( 
   System.Object* eventsDataSource,
   System.Object* recurringEventsDataSource,
   WebSchedulerReportInfo* reportInfo
)
C++/CLI 
public:
WebSchedulerExportEventArgs( 
   System.Object^ eventsDataSource,
   System.Object^ recurringEventsDataSource,
   WebSchedulerReportInfo^ reportInfo
)

Parameters

eventsDataSource
recurringEventsDataSource
reportInfo

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.