EndPrefixMapping Event
Fired when leaving the scope of a namespace declaration.
Syntax
virtual int FireEndPrefixMapping(RESTEndPrefixMappingEventParams *e);
typedef struct {
char* Prefix;
int reserved;
} RESTEndPrefixMappingEventParams;
Remarks
The StartPrefixMapping event is fired when entering the scope of a namespace declaration.