EndPrefixMapping Event
Fired when leaving the scope of a namespace declaration.
Syntax
type TEndPrefixMappingEvent = procedure EndPrefixMapping(Sender: TObject; const Prefix: String) of object;property OnEndPrefixMapping: TEndPrefixMappingEvent read FOnEndPrefixMapping write FOnEndPrefixMapping;
Remarks
The StartPrefixMapping event is fired when entering the scope of a namespace declaration.