SourceChangedEventArgs Class
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public NotInheritable Class SourceChangedEventArgs Inherits RoutedEventArgs 'Usage Dim instance As SourceChangedEventArgs
public final class SourceChangedEventArgs extends RoutedEventArgs
public final class SourceChangedEventArgs extends RoutedEventArgs
You cannot use this managed class in XAML.
The SourceChanged event is a routed event where the event identifier is not publicly exposed. This is because this event plays a potentially critical part in interoperation and should not be allowed to be raised arbitrarily by any other source than the internal implementation of a known PresentationSource subclass (currently, the only such class is HwndSource). When implementing an interoperation solution, you can attach or remove handlers for the event (by calling AddSourceChangedHandler and RemoveSourceChangedHandler, respectively) but you cannot perform other operations normally available to routed events such as class handling, adding owners, or raising the event from an arbitrary element source.
This class overrides the RoutedEventArgs virtual method RoutedEventArgs.InvokeEventHandler, in order to return a type-specific handler when requested by the event system. This SourceChangedEventArgs override does not appear in the class members table in this SDK documentation because it is a protected member implemented by a sealed class.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.