Commit d1d811ef authored by David Kline's avatar David Kline
Browse files

explitly type the DevicePortal event sender args

parent 4dbeb2fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ namespace Microsoft.Tools.WindowsDevicePortal
    /// </summary>
    /// <param name="sender">sender object</param>
    /// <param name="args">install args</param>
    public delegate void ApplicationInstallStatusEventHandler(object sender, ApplicationInstallStatusEventArgs args);
    public delegate void ApplicationInstallStatusEventHandler(DevicePortal sender, ApplicationInstallStatusEventArgs args);

    /// <summary>
    /// Application install status
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ namespace Microsoft.Tools.WindowsDevicePortal
    /// </summary>
    /// <param name="sender">sender object</param>
    /// <param name="args">connection status details</param>
    public delegate void DeviceConnectionStatusEventHandler(object sender, DeviceConnectionStatusEventArgs args);
    public delegate void DeviceConnectionStatusEventHandler(DevicePortal sender, DeviceConnectionStatusEventArgs args);

    /// <summary>
    /// Connection status enumeration