Sub OnRootChanged(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnRootChanged;
Sub OnRootChanged(sender: System.Object; e: System.EventArgs);
Begin
//set of operators;
End Sub OnRootChanged;
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that determines event parameters.
The OnRootChanged event occurs when the root directory is changed.
The OnRootChanged event occurs when the IMetabaseListView.Root property value is changed.
See also: