Click or drag to resize
EmptyEventArgs Class
Represents an argument for events that do not provide custom data.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCoreEmptyEventArgs

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class EmptyEventArgs : IStringable

The EmptyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodEmptyEventArgs
Initializes a new instance of the EmptyEventArgs class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Returns the singleton instance of EmptyEventArgs.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
This type is typically used with TypedEventHandler
See Also