StringControlAddInBase.ControlAddIn Event
Invokes the OnControlAddIn trigger of the Microsoft Dynamics NAV Windows client page control on which the control add-in is applied.
Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)
Usage
Syntax
'Declaration
Public Event ControlAddIn As ControlAddInEventHandler
public event ControlAddInEventHandler ControlAddIn
public:
virtual event ControlAddInEventHandler^ ControlAddIn {
void add (ControlAddInEventHandler^ value) sealed;
void remove (ControlAddInEventHandler^ value) sealed;
}
/** @event */
public final void add_ControlAddIn (ControlAddInEventHandler value)
/** @event */
public final void remove_ControlAddIn (ControlAddInEventHandler value)
Platforms
See Also
Reference
StringControlAddInBase Class
StringControlAddInBase Members
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms Namespace