When I try to add the handlers
RadDragAndDropManager.AddDragQueryHandler(this, OnDragQuery); RadDragAndDropManager.AddDropQueryHandler(this, OnDropQuery); RadDragAndDropManager.AddDropInfoHandler(this, OnDropInfo);
I continue to get the error
The name 'OnDragQuery' does not exist in the current context
The name 'OnDropQuery' does not exist in the current context
The name 'OnDropInfo' does not exist in the current context
Any idea what I am doing wrong?
thanks