TdxScaleFactor.ListenerRemove(TdxScaleFactorNotifyEvent) Method
Unregisters the specified scaling factor change event handler.
Declaration
procedure ListenerRemove(AEventHandler: TdxScaleFactorNotifyEvent);
Parameters
Name | Type |
---|---|
AEventHandler | TdxScaleFactorNotifyEvent |
Remarks
This procedure supports the internal infrastructure and is not intended to be used directly from your code. The ListenerAdd and ListenerRemove procedures manage the scaling factor’s internal list of TdxScaleFactorNotifyEvent procedures that are automatically called in response to the Numerator and Denominator property value changes.
See Also