HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Item Field, ItemClickEventArgs Class

Defines which item was clicked. May be null/Nothing indicating that no item is associated with this event.

Class: ItemClickEventArgs
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public readonly ItemClass Item;
Public ReadOnly Item As ItemClass

Comments

Defines which item was clicked. May be null/Nothing indicating that no item is associated with this event.

See Also ItemClickEventArgs Class | Classes | SftTree/NET 3.0