OnCellClickITabSheetBoxEventsDelegate

Fore Syntax

OnCellClickITabSheetBoxEventsDelegate(Sender: Object; Args: ITabCellEventArgs);

Fore.NET Syntax

Prognoz.Platform.Forms.Net.TabSheetBoxNet.OnCellClickEventHandler(Sender: System.Object; Args: Prognoz.Platform.Interop.Tab.TabCellEventArgs);

Parameters

Sender. Component where the event occurs.

Args. Event parameters.

Description

The OnCellClickITabSheetBoxEventsDelegate delegate describes the method that can handle the OnCellClick event for the TabSheetBox component.

See also:

Tab Assembly Delegates