WaveAnalyzerGraphicItemDblClick event |
|
Remarks
Occurs when a mouse button is double clicked over a graphic item available on the waveform analyzer.
Syntax
[Visual Basic] Public Event WaveAnalyzerGraphicItemDblClick As WaveAnalyzerGraphicItemClickEventHandler |
[C#] public event WaveAnalyzerGraphicItemClickEventHandler WaveAnalyzerGraphicItemDblClick; |
[C++] public: __event WaveAnalyzerGraphicItemClickEventHandler WaveAnalyzerGraphicItemDblClick; |
Event Data
The event handler receives an argument of type WaveAnalyzerGraphicItemClickEventArgs having the following parameters:
Parameters |
Description |
||||||||||||
|
|
||||||||||||
nButton |
Clicked mouse button. Supported values are the following:
|
||||||||||||
nUniqueID |
Unique identification number assigned to the graphic item. The unique identification number of a graphic item is generated using one of the following methods:
|
||||||||||||
nGraphicItemType |
Type of graphic item. Supported values are the following:
|
||||||||||||
nFlags |
Can be a combination of the following values:
|
||||||||||||
xPos |
Horizontal position, expressed in pixels respect to the waveform's client area, where the mouse generated the notification |
||||||||||||
yPos |
Vertical position, expressed in pixels respect to the waveform's client area, where the mouse generated the notification |