.NET Framework Class Library
FrameworkElement..::.UnloadedEvent Field

Identifies the Unloaded routed event.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
Syntax

Visual Basic (Declaration)
Public Shared ReadOnly UnloadedEvent As RoutedEvent
Visual Basic (Usage)
Dim value As RoutedEvent

value = FrameworkElement.UnloadedEvent
C#
public static readonly RoutedEvent UnloadedEvent
Visual C++
public:
static initonly RoutedEvent^ UnloadedEvent
JScript
public static final var UnloadedEvent : RoutedEvent
XAML
You cannot use fields in XAML.

Field Value

Type: System.Windows..::.RoutedEvent
The identifier for the Unloaded routed event.
Remarks

Routed event identifiers are created when routed events are registered. These identifiers contain an identifying name, owner type, handler type, routing strategy, and utility method for adding owners for the event. You can use these identifiers to add class handlers.

For more information about registering routed events, see RegisterRoutedEvent. For more information about using routed event identifiers to add class handlers, see RegisterClassHandler.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Other Resources

Tags :


Page view tracker