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






Syntax

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