NtTimeChartControl.beginObjectDragging Event
This event is being raised when users start dragging an object. You can catch and cancel this event in order to prohibit the dragging. In this case the obect(s) remain in their position.
In your event handler you can use the NtObjectDraggingEventArgs's member
Overload List:
| Event Name | Event Arguments | Description |
|---|---|---|
|
|
|
Event raised when users start dragging an object. |
Event Arguments:
The member
The member
Remarks:
As you recieve the list of objects being dragged, you can decide individually in your event handler if you want to approve the dragging or not.
See also:
endObjectDragging
continueObjectDragging
NtObjectDraggingEventArgs
