${WP_core_DictionaryChangedEventArgs_Title}

${WP_core_DictionaryChangedEventArgs_Description}

Inheritance: System.EventArgs
Ejemplo n.º 1
0
 private void Feature_ValueChanged(object sender, DictionaryChangedEventArgs e)
 {
     EventHandler<DictionaryChangedEventArgs> attributeValueChanged = this.AttributeValueChanged;
     if (attributeValueChanged != null)
     {
         attributeValueChanged(this, e);
     }
 }