Enum SignalDirection
Defines where a SignalEvent<TSignal> should be sent.
Namespace: Ritchie.Toolbox.Signals
Assembly: Ritchie.Toolbox.dll
Syntax
[Flags]
public enum SignalDirection
Fields
| Name | Description |
|---|---|
| Down | The signal should be sent to the widget's children. |
| Neighbours | The signal should be sent to all other widgets within a widget's parent. |
| None | The signal should be sent nowhere. |
| Up | The signal should be sent to a widget's parent widgets. |