EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

class OfficeDocEndPrefixMappingEventParams {
public:
  const QString &Prefix();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void EndPrefixMapping(OfficeDocEndPrefixMappingEventParams *e);
// Or, subclass OfficeDoc and override this emitter function. virtual int FireEndPrefixMapping(OfficeDocEndPrefixMappingEventParams *e) {...}

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Qt Edition - Version 20.0 [Build 8300]