MetabaseListView.OnRootChanged

Fore Syntax

Sub OnRootChanged(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnRootChanged;

Fore.NET Syntax

Sub OnRootChanged(sender: System.Object; e: System.EventArgs);

Begin

//set of operators;

End Sub OnRootChanged;

Parameters

Sender. The parameter returning the component that has generated the event.

Args. The parameter allowing to determine event parameters.

Description

The OnRootChanged event occurs when the root directory is changed.

Comments

The OnRootChanged event occurs when the IMetabaseListView.Root property value is changed.

See also:

MetabaseListView