Table of Contents

Delegate PanelSettings.ItemActionDelegate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Encapsulates a method that is invoked when item is clicked, changed or in the similar places.

public delegate void PanelSettings.ItemActionDelegate(PanelSettingsItem item, EventArgs e)

Parameters

item PanelSettingsItem

Item.

e EventArgs

Event arguments.