ITimeSpanControlAddInDefinition.ControlAddIn Event
IEventControlAddInDefinition event that invokes the OnControlAddIn trigger on the field of a Microsoft Dynamics NAV Windows client page.
Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)
Usage
Syntax
'Declaration
<ApplicationVisibleAttribute> _
Event ControlAddIn As ControlAddInEventHandler
[ApplicationVisibleAttribute]
event ControlAddInEventHandler ControlAddIn
[ApplicationVisibleAttribute]
event ControlAddInEventHandler^ ControlAddIn {
void add (ControlAddInEventHandler^ value);
void remove (ControlAddInEventHandler^ value);
}
/** @event */
void add_ControlAddIn (ControlAddInEventHandler value)
/** @event */
void remove_ControlAddIn (ControlAddInEventHandler value)
Platforms
See Also
Reference
ITimeSpanControlAddInDefinition Interface
ITimeSpanControlAddInDefinition Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace