jinge
posted
215 posts
since
Dec 23, 2008
from
China
|
|
Re: static property change event notify to object level
|
|
|
|
Posted on:
11/4/2009 2:13:41 AM
|
|
|
|
|
|
|
|
|
Hi Friend,
You can fire an event when the static property changed event is fired in the setter accessor. Then in the object level you can subscribe the event, and add your own logic.
|
|
|
|
|
|
Prabhu
posted
3 posts
since
Nov 04, 2009
from
|
|
Re: static property change event notify to object level
|
|
|
|
Posted on:
11/4/2009 2:23:10 AM
|
|
|
|
|
|
|
|
|
Hi Friend, Event to Static Property should be static. So i cann't able to subscribe the Eventhandler to Non Static Method.
|
|
|
|
|
|
Prabhu
posted
3 posts
since
Nov 04, 2009
from
|
|
Re: static property change event notify to object level
|
|
|
|
Posted on:
11/5/2009 4:02:08 AM
|
|
|
|
|
|
|
|
|
does any one have anyother idea to achieve the same
|
|
|
|
|
|