TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dbromberg
NA
1
0
DragDrop in TreeView- knowing where the drag came from
Sep 7 2004 12:31 PM
I have two TreeView objects and I am able to do drag and drop operations between them- I've defined all the functions- dragenter, dragdrop, etc. What I want to do is be able to tell within the dragdrop function whether or not the item being dragged came from that TreeView or the other one. This would be easy if I had a reference to the other TreeView object- but even the dragenter function's sender is the current TreeView, not the one it entered from. And the info being passed is just being passed as a ResourceInfo embedded as a DataObject in the eventargs. Any ideas? -David
Reply
Answers (
0
)
Some problem about textbox...
Remove Event Handler in C#