Namespace:
System.Windows
Assembly:
PresentationFramework (in PresentationFramework.dll)
Visual Basic (Declaration)
Public Shared ReadOnly UnloadedEvent As RoutedEvent
Dim value As RoutedEvent
value = FrameworkElement.UnloadedEvent
public static readonly RoutedEvent UnloadedEvent
public:
static initonly RoutedEvent^ UnloadedEvent
public static final var UnloadedEvent : RoutedEvent
You cannot use fields in XAML.
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.
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.
.NET Framework
Supported in: 3.5, 3.0
Reference
Other Resources