NanoByte.Common
2.7.5
|
An object that can notify interested parties of changes in properties of interest. More...
Events | |
Action< TSender > | Changed |
Occurs when a property of interest has changed. More... | |
Action< TSender > | ChangedRebuild |
Occurs when a property changed that requires visual representations to rebuilt from scratch. More... | |
An object that can notify interested parties of changes in properties of interest.
TSender | The type of the class implementing this interface. |
Action<TSender> NanoByte.Common.Dispatch.IChangeNotify< out out TSender >.Changed |
Occurs when a property of interest has changed.
Action<TSender> NanoByte.Common.Dispatch.IChangeNotify< out out TSender >.ChangedRebuild |
Occurs when a property changed that requires visual representations to rebuilt from scratch.