Class NotifyPropertyChangedExtensionMethods
Notification property extensions
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class NotifyPropertyChangedExtensionMethods
Methods
RaiseEvent(PropertyChangedEventHandler, INotifyPropertyChanged, string)
Raise an property changed event
Declaration
public static void RaiseEvent(this PropertyChangedEventHandler handler, INotifyPropertyChanged sender, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyChangedEventHandler | handler | |
| INotifyPropertyChanged | sender | |
| string | propertyName |