EndPrefixMapping Event
Fired when leaving the scope of a namespace declaration.
Syntax
typedef void __fastcall (__closure *TipwXMLpEndPrefixMappingEvent)(System::TObject* Sender, TipwXMLpEndPrefixMappingEventParams *e);__property TipwXMLpEndPrefixMappingEvent OnEndPrefixMapping = {read=FOnEndPrefixMapping, write=FOnEndPrefixMapping};
typedef struct {
String Prefix;
} TipwXMLpEndPrefixMappingEventParams;
Remarks
The StartPrefixMapping event is fired when entering the scope of a namespace declaration.