RoutedEventArgs Class

Provides state information and event data associated with a particular routed event.

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

Syntax

public class RoutedEventArgs : EventArgs

Remarks

You can use multiple RoutedEventArgs objects with a single routed event. This class provides extra event state information about the rounted event. The event system uses this class to invoke the handler associated with the routed event.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

RoutedEventArgs Members
Microsoft.SPOT Namespace