EtlBox.OnShapeChanged

Syntax

Sub OnShapeChanged(Sender: Object; Args: IEtlShapeChangedEventArgs);

Begin
      //set of operators;

End Sub OnShapeChanged;

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 OnShapeChanged event occurs after any changes related to any shape.

Comments

The event occurs on creating or removing shapes and also on changing their parameters (shape text, format or image are changed).

See also:

EtlBox