Intersoft WebScheduler Documentation
ClientSideEvents Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : ClientSideEvents Property






Glossary Item Box

Contains client side events supported by WebScheduler.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Contains client side events supported by WebScheduler.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Client Side Events")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ClientSideEvents As WebSchedulerClientSideEvents
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerClientSideEvents
 
value = instance.ClientSideEvents
C# 
[System.ComponentModel.DescriptionAttribute("Contains client side events supported by WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Client Side Events")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebSchedulerClientSideEvents ClientSideEvents {get;}
Delphi 
public read-only property ClientSideEvents: WebSchedulerClientSideEvents; 
JScript 
System.ComponentModel.DescriptionAttribute("Contains client side events supported by WebScheduler.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Client Side Events")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get ClientSideEvents : WebSchedulerClientSideEvents
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Contains client side events supported by WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Client Side Events")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebSchedulerClientSideEvents* get_ClientSideEvents();
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Contains client side events supported by WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Client Side Events")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebSchedulerClientSideEvents^ ClientSideEvents {
   WebSchedulerClientSideEvents^ get();
}

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.