EtlBox.OnShapeChanged

Fore Syntax

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

Begin

//set of operators;

End Sub OnShapeChanged;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. 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