IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

[VB.NET]
Public Event OnEndPrefixMapping As OnEndPrefixMappingHandler
[C#]
public event OnEndPrefixMappingHandler OnEndPrefixMapping;

public delegate void OnEndPrefixMappingHandler(object sender, XmlEndPrefixMappingEventArgs e);

class XmlEndPrefixMappingEventArgs : EventArgs {
  string Prefix {get;}
}

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 .NET Edition - Version 16.0 [Build 7353]