Share via


RoutedEvent.Name Property

Gets the identifying name of the current RoutedEvent object.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public string Name { get; }

Property Value

The identifying name of the current routed event.

Remarks

The name of a routed event must be unique within each owner type, but it does not need to be globally unique.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

RoutedEvent Class
RoutedEvent Members
Microsoft.SPOT Namespace