Table of Contents

Interface IChangeNotify<TSender>

Namespace
NanoByte.Common.Dispatch
Assembly
NanoByte.Common.dll

An object that can notify interested parties of changes in properties of interest.

public interface IChangeNotify<out TSender>

Type Parameters

TSender

The type of the class implementing this interface.

Extension Methods

Events

Changed

Occurs when a property of interest has changed.

event Action<out TSender> Changed

Event Type

Action<TSender>

ChangedRebuild

Occurs when a property changed that requires visual representations to rebuilt from scratch.

event Action<out TSender> ChangedRebuild

Event Type

Action<TSender>