EventArgs.Empty Property

Gets an empty, read-only EventArgs object.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.RPC (in microsoft.spot.rpc.dll)

Syntax

public static EventArgs Empty { get; }

Property Value

An empty, read-only EventArgs object. This is equivalent to the result of calling the EventArgs constructor.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

EventArgs Class
EventArgs Members
Microsoft.SPOT Namespace