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