ValueLookup
Class
Defines a public method that can be used for looking-up values on an object instance.
Definition
Namespace:Telerik.Maui.Data
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public abstract class ValueLookup : INotifyPropertyChanged
Inheritance: objectValueLookup
Implements:
Constructors
C#
protected ValueLookup()
Methods
Raises the PropertyChanged event.
C#
protected virtual void OnPropertyChanged(string propertyName = null)
The name of the property that changed.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: