Type SLScope.TSLChartItemClickEvent
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type procedure TSLChartItemClickEvent( Sender : TObject, ChannelIndex : Integer, var Handled : Boolean ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLChartItemClickEvent)( TObject * Sender, int ChannelIndex, bool &Handled );
Summary
Defines OnItemClick events for LegendGroup items.
Description
This event type is used for OnItemClick events for LegendGroup items. The events are called when an item in the legend group is clicked.