As I can see during debug, Telerik.Windows.DragDrop.DragEventArgs has a private field eventArgs which has a field KeyStates. But since Telerik DragEventsArgs hide eventArgs I cannot access KeyStates property.
How am I supposed to figure out if any modifier keys were pressed at the moment of any DragDropManager's events?
How am I supposed to figure out if any modifier keys were pressed at the moment of any DragDropManager's events?