StringControlAddInBase.RaiseControlAddInEvent Method

Raises the ControlAddIn event.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in microsoft.dynamics.framework.ui.extensibility.dll)

protected void RaiseControlAddInEvent (
	int index,
	string data
)

Parameters

index

Generic integer.

data

Generic string.

An event calls the OnControlAddIn trigger of the RoleTailored client page control on which the control add-in is applied.

Show: