Can anyone tell me the difference between FrameworkElement obj=sender as FrameworkElement and Framew

Posted by Divya prakash on Stack Overflow See other posts from Stack Overflow or by Divya prakash
Published on 2010-05-18T11:05:20Z Indexed on 2010/05/19 8:20 UTC
Read the original article Hit count: 195

Filed under:
|

I am new to programming in Silverlight. Can anyone tell me the difference between

FrameworkElement obj=sender as FrameworkElement 

and

FrameworkElement obj=(FrameworkElement)someobject 

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight