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

.NET Framework Security

See Also

Reference

HostItemChangedEventArgs Class

HostItemChangedEventArgs Members

HostItemChangedEventArgs Overload

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace