![]() |



Function |
Declared in: NiGraph3DEvents.h |
Declaration
void OnClick();
Description
Generated when you click the mouse on the control.
Note: Notice that DblClick does not call this event. Double-clicking on a control generates a Click event for the first click and a DblClick event for the second click.
See Also
Example
void OnClick() { // Your event code here. }