SelectionModel.OnPropertyChanged(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.
protected:
virtual void OnPropertyChanged(Platform::String ^ propertyName) = OnPropertyChanged;
/// [Windows.Foundation.Metadata.Experimental]
void OnPropertyChanged(winrt::hstring const& propertyName);
[Windows.Foundation.Metadata.Experimental]
protected void OnPropertyChanged(string propertyName);
Protected Sub OnPropertyChanged (propertyName As String)
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
- Attributes