IModifiableComponent

Namespace: Bang.Components
Assembly: Bang.dll

public abstract IModifiableComponent : IComponent

A special type of component that can be modified.

Implements: IComponent

⭐ Methods

Subscribe(Action)

public abstract void Subscribe(Action notification)

Subscribe to receive notifications when the component gets modified.

Parameters
notification Action

Unsubscribe(Action)

public abstract void Unsubscribe(Action notification)

Unsubscribe to stop receiving notifications when the component gets modified.

Parameters
notification Action