SourceChangedEventArgs.Element Property

Definition

Gets the element whose parent change causing the presentation source information to change.

public:
 property System::Windows::IInputElement ^ Element { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement Element { get; }
member this.Element : System.Windows.IInputElement
Public ReadOnly Property Element As IInputElement

Property Value

The element that is reporting the change.

Applies to