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