Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

OnItemReleased Method, SftTree Class

Raises the ItemReleased event.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

protected virtual void OnItemReleased(
    StrategyReasonEnum reason,
    ItemClickEventArgs e );
Protected Overridable Sub OnItemReleased(
    ByVal reason As StrategyReasonEnum,
    ByVal e As ItemClickEventArgs )

Parameters

reason

The reason code for this event.

e

The event data.

Comments

Raises the ItemReleased event.

Raising an event invokes the event handler through a delegate.

The OnItemReleased method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

When overriding OnItemReleased in a derived class, make sure to call the base class's OnItemReleased method so that registered delegates receive the event.

See Also SftTree Class | Classes | SftTree/NET 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.