المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : what's in DragEventArgs in a dragdrop event



C# Programming
09-03-2010, 01:30 AM
i need to make a drag and drop operation between 2 labels.

in the dragdrop event of the destination i'm able to get the text from the source using

e.Data.GetData(DataFormats.Text)


My problem is that i need the rest of the properties from my source label. How do i get this?

thanks for your time