Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Events
TSVGDocument.OnSavingElement Event
Occurs just before an SVG element and its children are saved to an IXMLNode. Set DoSave to False to prevent the SVG element from being saved
Namespace: RSSVG
Delphi
published property OnSavingElement: TSVGSavingElementEvent read FOnSavingElement write FOnSavingElement;
Value
Type: TSVGSavingElementEvent
•RSSVG.TSVGDocument.OnSavedElement
•RSSVG.TSVGDocument.OnParsingNode
•RSSVG.TSVGElement.SaveToXML(IXMLNode)
•TSVGDocument
•RSSVG