| 
 | 
 | 
 | 
| 
        | Area Field, ItemClickEventArgs Class | 
Defines in which area of the control the mouse click occurred.
Syntax ItemClickEventArgs Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property Area As ItemClickAreaEnum | 
| C# | public readonly ItemClickAreaEnum Area; | 
| C++ | public: <readonly> ItemClickAreaEnum Area; | 
Field Value
Defines the area where a mouse click occurred.
| Value | Description | |
| 0 | The mouse click occurred in the empty area of the item area. | |
| 1 | The mouse click occurred in an expand/collapse button. | |
| 2 | The mouse click occurred in an expand/collapse button (requesting full expansion of all child items and their dependents). | |
| 3 | The mouse click occurred in a row header. | |
| 4 | The mouse click occurred in an item (not in a cell). | |
| 5 | The mouse click occurred in the hierarchy area. | |
| 6 | The mouse click occurred on an item image. | |
| 7 | The mouse click occurred within the selectable area of a cell. | |
| 8 | The mouse click occurred within a cell. | 
Comments
The Area field defines in which area of the control the mouse click occurred.