Exemplo n.º 1
0
 /// -----------------------------------------------------------------------------
 /// <summary>
 /// Runs when the Value of a Property changes
 /// </summary>
 /// -----------------------------------------------------------------------------
 protected virtual void ValueChanged(object sender, PropertyEditorEventArgs e)
 {
     IsDirty = EditorInfoAdapter.UpdateValue(e);
 }