PropertyChangedEventArgs Class
Provides data for a property changed event.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public class PropertyChangedEventArgs
Remarks
The .NET Micro Framework raises a property changed event when a property is changed on a component. Specifically, it passes a PropertyChangedEventArgs object to the delegate that handles the event.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.