SourceChangedEventArgs.NewSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.