UIElement.RaiseEvent Method

Raises a specific routed event.

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

Syntax

public void RaiseEvent (
         RoutedEventArgsargs
)

Parameters

  • args
    A RoutedEventArgs object that contains the event data and also identifies the routed event to be raised.

Version Information

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

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace