PropertyDictionary.OnPropertyMetadataChanged(String) 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.
Indicates a value when a property in the metadata is changed.
protected:
virtual void OnPropertyMetadataChanged(System::String ^ propertyName);
protected virtual void OnPropertyMetadataChanged (string propertyName);
abstract member OnPropertyMetadataChanged : string -> unit
override this.OnPropertyMetadataChanged : string -> unit
Protected Overridable Sub OnPropertyMetadataChanged (propertyName As String)
Parameters
- propertyName
- String
A string that represents the name of the property name.