Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 UnloadedEvent Field

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.Net Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
FrameworkElement..::.UnloadedEvent Field

Identifies the Unloaded routed event.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
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.

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker