HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Action Event, GenericPartClass Class

Occurs when a part's action is triggered by the user.

Class: GenericPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public event ActionEventHandler Action;
Public Event Action As ActionEventHandler

Comments

Occurs when a part's action is triggered by the user.

An Action event occurs when the user clicks on the part. All parts except for the gap part (GapPartClass) generate this event.

If the Action event is used, the ItemClick event does not occur.

See Also GenericPartClass Class | Classes | SftTree/NET 3.0