SourceChangedEventArgs.NewSource Property

Definition

Gets the new source involved in this source change.

public:
 property System::Windows::PresentationSource ^ NewSource { System::Windows::PresentationSource ^ get(); };
public System.Windows.PresentationSource NewSource { [System.Security.SecurityCritical] get; }
public System.Windows.PresentationSource NewSource { get; }
[<get: System.Security.SecurityCritical>]
member this.NewSource : System.Windows.PresentationSource
member this.NewSource : System.Windows.PresentationSource
Public ReadOnly Property NewSource As PresentationSource

Property Value

The new PresentationSource.

Attributes

Applies to