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