Example #1
0
 private void NotifyValueChanged(string oldValue)
 {
     if (OwnerDocument == null)
     {
         return;
     }
     OwnerDocument.AttributeValueChanged(this, OwnerElement, oldValue);
 }