Intersoft WebScheduler Documentation
OnPrepareExportExecute Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : OnPrepareExportExecute Method






e

Glossary Item Box

Invokes when export action is about to be performed.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OnPrepareExportExecute( _
   ByVal e As WebSchedulerPrepareExportExecuteEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim e As WebSchedulerPrepareExportExecuteEventArgs
 
instance.OnPrepareExportExecute(e)
C# 
public virtual void OnPrepareExportExecute( 
   WebSchedulerPrepareExportExecuteEventArgs e
)
Delphi 
public procedure OnPrepareExportExecute( 
    e: WebSchedulerPrepareExportExecuteEventArgs
); virtual; 
JScript 
public function OnPrepareExportExecute( 
   e : WebSchedulerPrepareExportExecuteEventArgs
);
Managed Extensions for C++ 
public: virtual void OnPrepareExportExecute( 
   WebSchedulerPrepareExportExecuteEventArgs* e
) 
C++/CLI 
public:
virtual void OnPrepareExportExecute( 
   WebSchedulerPrepareExportExecuteEventArgs^ e
) 

Parameters

e

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.