Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / Attribute / Liquid XML Runtime for .Net - OnChangeNamespace Attribute
In This Topic
    Liquid XML Runtime for .Net - OnChangeNamespace Attribute
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    public event OnChangeNamespaceEvent OnChangeNamespace;
      Property Description  
        Event Name OnChangeNamespace  
        Delegate public delegate void OnChangeNamespaceEvent(Attribute e, String newNamespace);  
        Description Fires (just before) the namespace of the attribute changes.  
        Remarks e is the attribute that has changed
    newNamespace is the new value of the attribute