Class ShadowUpdateEventArgs
Shadow updated event arguments.
Inherited Members
Namespace: nanoFramework.Aws.IoTCore.Devices.Shadows
Assembly: nanoFramework.Aws.IoTCore.Devices.dll
Syntax
public class ShadowUpdateEventArgs : EventArgs
Constructors
ShadowUpdateEventArgs(Shadow)
Constructor for Shadow updated event arguments.
Declaration
public ShadowUpdateEventArgs(Shadow shadow)
Parameters
Type | Name | Description |
---|---|---|
Shadow | shadow | The updated shadow. |
Properties
Shadow
Shadow.
Declaration
public Shadow Shadow { get; set; }
Property Value
Type | Description |
---|---|
Shadow |