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