www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Mouse event information of the raised event.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public MouseEventArgs MouseEventArgs { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property MouseEventArgs As MouseEventArgs |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyEventArgs Dim value As MouseEventArgs value = instance.MouseEventArgs |
| Visual C++ |
|---|
public: property MouseEventArgs^ MouseEventArgs { MouseEventArgs^ get (); } |
| J# |
|---|
/** @property */ public MouseEventArgs get_MouseEventArgs() |
| JScript |
|---|
public function get MouseEventArgs () : MouseEventArgs |
| JavaScript |
|---|
function get_MouseEventArgs(); |
