Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Events
TSVGDocument.OnDrawn Event
Occurs just after a SVG element is drawn. The event fires after drawing the current element and its children but before the canvas is returned to its initial state.
Namespace: RSSVG
Delphi
published property OnDrawn: TSVGDrawingEvent read FOnDrawn write FOnDrawn;
Value
Type: TSVGDrawingEvent
•RSSVG.TSVGDocument.OnDrawing
•RSSVG.TSVGGraphicElement.Draw(TSVGCanvas,TSVGRect)
•TSVGDocument
•RSSVG