Hide Comments
Hide Comments

TSVGElement.RemoveChangeNotification(TSVGElement) Method

Comments (0)

Disables the change notification that was enabled by RSSVG.TSVGElement.ChangeNotification(TSVGElement) .
 
RemoveChangeNotification removes the element specified by the aListener parameter from the internal list of elements to be notified that an element has changed. aListener is added to this list by a previous call to the ChangeNotification method.
 
Most applications have no need to call RemoveChangeNotification. It is used by TSVGElement to inform other elements when they have been changed or are going to be destroyed. For example, the TSVGUse element uses this mechanism to know when to redraw because its Reference element has changed
 

Namespace: RSSVG

expandingSyntax

Parameters

aListener

Type: TSVGElement

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb