Intersoft WebInput Documentation
OperandEvents Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CalculatorEditorClientSideEvents Class : OperandEvents Property






Glossary Item Box

Specifies the client side (JavaScript) Operand element events.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) Operand element events")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property OperandEvents As ISNet.WebUI.BaseMouseElementClientSideEvents
Visual Basic (Usage)Copy Code
Dim instance As CalculatorEditorClientSideEvents
Dim value As ISNet.WebUI.BaseMouseElementClientSideEvents
 
instance.OperandEvents = value
 
value = instance.OperandEvents
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) Operand element events")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public ISNet.WebUI.BaseMouseElementClientSideEvents OperandEvents {get; set;}
Delphi 
public read-write property OperandEvents: ISNet.WebUI.BaseMouseElementClientSideEvents; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) Operand element events")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get,set OperandEvents : ISNet.WebUI.BaseMouseElementClientSideEvents
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) Operand element events")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property ISNet.WebUI.BaseMouseElementClientSideEvents* get_OperandEvents();
public: __property void set_OperandEvents( 
   ISNet.WebUI.BaseMouseElementClientSideEvents* value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) Operand element events")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property ISNet.WebUI.BaseMouseElementClientSideEvents^ OperandEvents {
   ISNet.WebUI.BaseMouseElementClientSideEvents^ get();
   void set (    ISNet.WebUI.BaseMouseElementClientSideEvents^ value);
}

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.