ListViewMouseEvent Constructor | |
Construct a ListViewMouseEvent object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oControlNotifyEvent
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ListViewMouseEvent(
Usual oControlNotifyEvent = default
)
Request Example
View SourceParameters
- oControlNotifyEvent (Optional)
- Type: Usual
The ControlNotifyEvent that occurred when the event happened.
See Also