ControlAddInEventHandler Delegate

Specifies a control add-in event.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

'Declaration
Public Delegate Sub ControlAddInEventHandler ( _
    index As Integer, _
    data As String _
)
public delegate void ControlAddInEventHandler (
    int index,
    string data
)
public delegate void ControlAddInEventHandler (
    int index, 
    String^ data
)
/** @delegate */
public delegate void ControlAddInEventHandler (
    int index, 
    String data
)

Parameters

  • index
    Generic integer.
  • data
    Generic string.

Remarks

An event calls the OnControlAddIn trigger on the field control of the Microsoft Dynamics NAV Windows client page in the Microsoft Dynamics NAV Server.

Platforms

See Also

Reference

Microsoft.Dynamics.Framework.UI.Extensibility Namespace