Component.connectBoundsChanged

gulong connectBoundsChanged(T)(T callback, Flag!"After" after = No.After)

Connect to BoundsChanged signal.

The 'bounds-changed" signal is emitted when the position or size of the component changes.

Parameters

callbacksignal callback delegate or function to connect void callback(atk.types.Rectangle arg1, atk.component.Component component) arg1 The AtkRectangle giving the new position and size. (optional) component the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID