NavigationPropertyChangedEventArgs Constructor
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
source As Object, _
path As String, _
id As String _
)
public NavigationPropertyChangedEventArgs(
Object source,
string path,
string id
)
public:
NavigationPropertyChangedEventArgs(
Object^ source,
String^ path,
String^ id
)
new :
source:Object *
path:string *
id:string -> NavigationPropertyChangedEventArgs
public function NavigationPropertyChangedEventArgs(
source : Object,
path : String,
id : String
)
Parameters
- source
Type: System.Object
- path
Type: System.String
- id
Type: System.String
.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.