Base interface for a control add-in definition interface that binds the control add-in with a System.Object data type and raises a Microsoft.Dynamics.Framework.UI.Extensibility.ControlAddInEventHandler event.

The following tables list the members exposed by the IObjectControlAddInDefinition type.

Public Properties

  Name Description
public property HasValueChanged  Gets a value indicating whether the Value property has changed its value.(Inherited from IValueControlAddInDefinition)
public property Value  Gets or sets the value of the control add-in.(Inherited from IValueControlAddInDefinition)
Top

Public Events

  Name Description
public event ControlAddIn IEventControlAddInDefinition event that invokes the OnControlAddIn trigger on the field of a Microsoft Dynamics NAV Windows client page.
Top

See Also