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)

public delegate void ControlAddInEventHandler (
	int index,
	string data
)

Parameters

index

Generic integer.

data

Generic string.

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

Show: