Called when the Editable property on the Site property has changed. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
protected override void OnEditableChanged (
		bool editable
)

Parameters

editable

The new editable value.

Remarks

If the control add-in's Windows Forms control is a TextBox, then its ReadOnly property will be set; otherwise the control add-in should override this method and display its content as editable or non-editable.


Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also