WPF Packages
C#
Show/Hide TOC
Delegate
Command
Property
Changed Event
Method that will handle the PropertyChanged event raised when a property is changed on a component.
Definition
Namespace:
Common.Wpf.Commands
Assembly:
Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
Copy
public
event
PropertyChangedEventHandler
PropertyChanged
Value
PropertyChangedEventHandler
Implements
INotifyPropertyChanged
PropertyChanged
See Also
Reference
DelegateCommand Class
Common.Wpf.Commands Namespace
In This Article
Definition
Value
Implements
See Also