Skip to content

Commit 529e20f

Browse files
authored
Fix Intellisense comments for Network Change events #263
***NO_CI***
1 parent 35070dd commit 529e20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nanoFramework.System.Net/NetworkInformation/NetworkChange.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ internal NetworkAPStationEventArgs(bool isConnected, int StationIndex)
5959
/// </summary>
6060
/// <param name="sender">Specifies the object that sent the network address changed event. </param>
6161
/// <param name="e">Contains the network address changed event arguments. </param>
62-
public delegate void NetworkAvailabilityChangedEventHandler(object sender, NetworkAvailabilityEventArgs e);
62+
public delegate void NetworkAddressChangedEventHandler(object sender, EventArgs e);
6363

6464
/// <summary>
6565
/// Indicates a change in the availability of the network.
6666
/// </summary>
6767
/// <param name="sender">Specifies the object that sent the network availability changed event. </param>
6868
/// <param name="e">Contains the network availability changed event arguments. </param>
69-
public delegate void NetworkAddressChangedEventHandler(object sender, EventArgs e);
69+
public delegate void NetworkAvailabilityChangedEventHandler(object sender, NetworkAvailabilityEventArgs e);
7070

7171
/// <summary>
7272
/// Indicates a change in the connected clients to Access Point.

0 commit comments

Comments
 (0)