Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / Attribute / Liquid XML Runtime for .Net - OnChangeName Attribute
In This Topic
    Liquid XML Runtime for .Net - OnChangeName 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 OnChangeNameEvent OnChangeName;
      Property Description  
        Event Name OnChangeName  
        Delegate public delegate void OnChangeNameEvent(Attribute a, String newName);  
        Description Fires (just before) the name of the attribute changes.  
        Remarks a is the attribute that has changed
    newName is the new value of the attribute