Intersoft WebGrid Documentation
OnDoubleClick Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartInteractiveStyle Class : OnDoubleClick Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Client side event when a mouse is double clicked on the object.")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public Property OnDoubleClick As String
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveStyle
Dim value As String
 
instance.OnDoubleClick = value
 
value = instance.OnDoubleClick
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Client side event when a mouse is double clicked on the object.")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
public string OnDoubleClick {get; set;}
Delphi 
public read-write property OnDoubleClick: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Client side event when a mouse is double clicked on the object.")
CategoryAttribute("General")
DefaultValueAttribute()
public function get,set OnDoubleClick : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Client side event when a mouse is double clicked on the object.")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
public: __property string* get_OnDoubleClick();
public: __property void set_OnDoubleClick( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Client side event when a mouse is double clicked on the object.")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
public:
property String^ OnDoubleClick {
   String^ get();
   void set (    String^ value);
}

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.