-
Thanks Tim, I was using TypeDescriptor.GetProperties() however was trying to hook to the DockableWindow.Pinned property. Even though I looked in Reflector I did not realise that I could not hook on to this property.
-
Hi, Is there anyway that you can subscribe to certain properties changing? For example, I want to listen DockableWindow.Pinned property is changed so I can trigger an event/change state. cheers, Dennis