Skip to main content

Class CharacteristicUpdatedEventArgs

Provides data for the event when a characteristic is updated.

Assembly: Meadow.dll
View Source
Declaration
public class CharacteristicUpdatedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

Characteristic

Gets or sets the characteristic that was updated.

View Source
Declaration
public ICharacteristic Characteristic { get; set; }