static property change event notify to object level
Hi How to notify the static property change event to the non static method. i want to stop the process of non static method when a static property chaneges and the non static method should restart the process with the new static property value. Thanks in advance.