perf: regular events to custom events
This commit is contained in:
@@ -8,7 +8,7 @@ public interface IStateEnable : IHasEntity
|
||||
/// <summary>
|
||||
/// Event triggered when the <see cref="Enabled"/> state of the <see cref="IStateEnable"/> changes.
|
||||
/// </summary>
|
||||
event EnabledChangedEventHandler? OnEnabledChanged;
|
||||
Event<IStateEnable, bool> OnEnabledChanged { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The value indicating whether the <see cref="IStateEnable"/> is enabled.
|
||||
|
||||
Reference in New Issue
Block a user