Search
VisualElementListener Members
Methods
 


The listener interface for receiving visual element events.

The following tables list the members exposed by the VisualElementListener type.

 Public Methods

  Name Description

invalidated

Raised when the visual element needs to be repainted.

postpaint

Raised after an element has been painted to allow the client to custom-paint.

prepaint

Raised before an element is painted to allow the client to custom-paint.

queryAmbientPropertyValue

Raised when an inherited property on this object is null, in order to query an ambient value from the parent element (if any).

 See Also