EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

type TEndPrefixMappingEvent = procedure (
  Sender: TObject;
  const Prefix: String
) of Object;

property OnEndPrefixMapping: TEndPrefixMappingEvent read FOnEndPrefixMapping write FOnEndPrefixMapping;

Remarks

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

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