IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

typedef void __fastcall (__closure *TipwXMLEndPrefixMappingEvent)(System::TObject* Sender, TipwXMLEndPrefixMappingEventParams *e);


__property TipwXMLEndPrefixMappingEvent OnEndPrefixMapping = {read=FOnEndPrefixMapping, write=FOnEndPrefixMapping};

typedef struct {
     String Prefix;
} TipwXMLEndPrefixMappingEventParams;

Remarks

The StartPrefixMapping event is fired when entering the scope of a namespace declaration.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]