Intersoft WebGrid Documentation
ServiceEvents Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridClientBindingSettings Class : ServiceEvents Property






Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setServiceEvents")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Provides settings for service events, when DataSourceType is set to either WebService, WcfService or AdoDataService")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
Public ReadOnly Property ServiceEvents As ISNet.WebUI.ClientServiceEvents
Visual Basic (Usage)Copy Code
Dim instance As WebGridClientBindingSettings
Dim value As ISNet.WebUI.ClientServiceEvents
 
value = instance.ServiceEvents
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setServiceEvents")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Provides settings for service events, when DataSourceType is set to either WebService, WcfService or AdoDataService")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public ISNet.WebUI.ClientServiceEvents ServiceEvents {get;}
Delphi 
public read-only property ServiceEvents: ISNet.WebUI.ClientServiceEvents; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setServiceEvents")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Provides settings for service events, when DataSourceType is set to either WebService, WcfService or AdoDataService")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get ServiceEvents : ISNet.WebUI.ClientServiceEvents
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setServiceEvents")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Provides settings for service events, when DataSourceType is set to either WebService, WcfService or AdoDataService")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public: __property ISNet.WebUI.ClientServiceEvents* get_ServiceEvents();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setServiceEvents")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Provides settings for service events, when DataSourceType is set to either WebService, WcfService or AdoDataService")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public:
property ISNet.WebUI.ClientServiceEvents^ ServiceEvents {
   ISNet.WebUI.ClientServiceEvents^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.