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






Glossary Item Box

Syntax

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

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.