DynamicPropertyCallback.propChanged(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool propChanged(System::String ^ _propertyName, System::Object ^ _propertyValue);
public bool propChanged (string _propertyName, object _propertyValue);
abstract member propChanged : string * obj -> bool
Public Function propChanged (_propertyName As String, _propertyValue As Object) As Boolean
Parameters
- _propertyName
- String
- _propertyValue
- Object