HostItemChangedEventArgs Constructor (String, String, String)
Initializes a new instance of the HostItemChangedEventArgs class, using the provided property and value parameters.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Public Sub New ( _
property As String, _
oldValue As String, _
newValue As String _
)
'Usage
Dim property As String
Dim oldValue As String
Dim newValue As String
Dim instance As New HostItemChangedEventArgs(property, _
oldValue, newValue)
public HostItemChangedEventArgs(
string property,
string oldValue,
string newValue
)
public:
HostItemChangedEventArgs(
String^ property,
String^ oldValue,
String^ newValue
)
public function HostItemChangedEventArgs(
property : String,
oldValue : String,
newValue : String
)
Parameters
property
Type: System.StringThe name of the property of the HostItem that changed.
oldValue
Type: System.StringThe original property value.
newValue
Type: System.StringThe new property value.
.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.
See Also
Reference
HostItemChangedEventArgs Class
HostItemChangedEventArgs Members
HostItemChangedEventArgs Overload
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace