Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Implements INotifyPropChanged
The BaseObservable class is a base class for objects that need to notify clients about changes to their properties. It implements the INotifyPropChanged interface and provides a PropChanged event.
Events
Event | Description |
---|---|
Windows.Foundation.TypedEventHandler<object, IPropChangedEventArgs> PropChanged | Notifies that a property value has changed. |
Methods
Method | Description |
---|---|
OnPropertyChanged(String) | Raises the PropChanged event to notify that a property value has changed. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer