Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

OnFooterClicked Method, SftTree Class

Raises the FooterClicked event.

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

Syntax

protected virtual void OnFooterClicked( FooterClickedEventArgs e );
Protected Overridable Sub OnFooterClicked( ByVal e As FooterClickedEventArgs )

Parameters

e

The event data.

Comments

Raises the FooterClicked event.

Raising an event invokes the event handler through a delegate.

The OnFooterClicked 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 OnFooterClicked in a derived class, make sure to call the base class's OnFooterClicked method so that registered delegates receive the event.

See Also SftTree Class | Classes | SftTree/NET 2.0