PeerNearMeChangedEventArgs Class
Definition
Provides qualifying information to a callback method when a PeerNearMeChanged event occurs.
public ref class PeerNearMeChangedEventArgs : EventArgs
public class PeerNearMeChangedEventArgs : EventArgs
type PeerNearMeChangedEventArgs = class
inherit EventArgs
Public Class PeerNearMeChangedEventArgs
Inherits EventArgs
- Inheritance
Properties
PeerChangeType |
Gets the type of change to the PeerNearMe object that has occurred. |
PeerNearMe |
Gets the instance of PeerNearMe that has changed. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |