Class CharacteristicUpdatedEventArgs
Provides data for the event when a characteristic is updated.
Assembly: Meadow.dll
View Source
public class CharacteristicUpdatedEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Properties
Characteristic
Gets or sets the characteristic that was updated.
View Source
public ICharacteristic Characteristic { get; set; }