IDimensionViewer.OnFocusedChanged

Syntax

Sub OnFocusedChanged(Sender: Object; Args: IDimensionViewerEventArgs);

Begin

//set of operators;

End Sub OnFocusedChanged;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnFocusedChanged event occurs on moving the focus to another component element.

See also:

IDimensionViewer