Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
propertyName As String, _
oldValue As Object, _
newValue As Object _
)
'使用
Dim propertyName As String
Dim oldValue As Object
Dim newValue As Object
Dim instance As New PropertyChangedEventArgs(propertyName, _
oldValue, newValue)
public PropertyChangedEventArgs(
string propertyName,
Object oldValue,
Object newValue
)
public:
PropertyChangedEventArgs(
String^ propertyName,
Object^ oldValue,
Object^ newValue
)
public function PropertyChangedEventArgs(
propertyName : String,
oldValue : Object,
newValue : Object
)
Parameters
- propertyName
Type: System.String
- oldValue
Type: System.Object
- newValue
Type: System.Object
Permissions
- 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
PropertyChangedEventArgs Class