NavigationPropertyChangedEventArgs.Source Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Source As Object
public Object Source { get; private set; }
public:
property Object^ Source {
Object^ get ();
private: void set (Object^ value);
}
member Source : Object with get, private set
function get Source () : Object
private function set Source (value : Object)
Property Value
Type: System.Object
Returns Object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.