EaxConfigurationPanel.OnInternalWidgetChange

Syntax

Sub OnInternalWidgetChange(Sender: Object; Args: IWidgetChangeEventArgs);

Begin

//set of operators;

End Sub OnInternalWidgetChange;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnInternalWidgetChange event occurs on changing any settings of the active object.

See also:

EaxConfigurationPanel