RaiseEvent Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises a specific routed event.

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

Syntax

'Declaration
Public Sub RaiseEvent ( _
    args As RoutedEventArgs _
)
public void RaiseEvent(
    RoutedEventArgs args
)
public:
void RaiseEvent(
    RoutedEventArgs^ args
)
member RaiseEvent : 
        args:RoutedEventArgs -> unit 
public function RaiseEvent(
    args : RoutedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace