mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 18:54:52 +00:00
update event to use delegate
This commit is contained in:
@@ -87,7 +87,7 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
|
||||
|
||||
public DeviceInfo DeviceInfo { get; private set; }
|
||||
|
||||
public event EventHandler<DeviceInfoEventArgs> DeviceInfoChanged;
|
||||
public event DeviceInfoChangeHandler DeviceInfoChanged;
|
||||
|
||||
public void UpdateDeviceInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user