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
Tarek K
NA
3
0
How to set a declared property with the a reference to the calling object in xaml
Sep 11 2008 10:33 AM
How can I set a declared property value to equal a reference to the calling object in xaml.
something equivalent to this in xaml
someobject obj = new someobject();
obj.source= this;
Is it possible to do something like this in xaml?
someobject obj = new someobject(this);
thank you
Reply
Answers (
1
)
How to add an XML File to my project folder at runtime??
Accessing the objects of one class into another