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

StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

[VB.NET]
Public Event OnStartPrefixMapping As OnStartPrefixMappingHandler
[C#]
public event OnStartPrefixMappingHandler OnStartPrefixMapping;

public delegate void OnStartPrefixMappingHandler(object sender, XmlStartPrefixMappingEventArgs e);

class XmlStartPrefixMappingEventArgs : EventArgs {
  string Prefix {get;}
  string URI {get;}
}

Remarks

The EndPrefixMapping event is fired when leaving 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]