|
-
Oct 21st, 2005, 08:07 AM
#1
Thread Starter
Hyperactive Member
Is is possible to catch such event?
Hello,
I created class which has public property with get accesor.
This property returns other class.
Example:
Object obj = Myclass.MyObjectProperty
I need to know when this object is accesed with get and when with set accesor.
obj.ObjectsPropery = "I need to know, then SET accsor is fired"
or
string objectPropertyValue = obj.ObjectsPropery; This time GET accsor is fired.
Is any way to catch this trigers?
Event must be catched in Myclass class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|