 | ObservableObjectRaisePropertyChangedT(ExpressionFuncT) Method |
Triggers OnPropertyChanged.
Namespace: NetEti.MVVMiniAssembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntaxpublic void RaisePropertyChanged<T>(
Expression<Func<T>> propertyExpression
)
Public Sub RaisePropertyChanged(Of T) (
propertyExpression As Expression(Of Func(Of T))
)
public:
generic<type name T>
void RaisePropertyChanged(
Expression<Func<T>^>^ propertyExpression
)
member RaisePropertyChanged :
propertyExpression : Expression<Func<'T>> -> unit
Parameters
- propertyExpression ExpressionFuncT
- Functionality of the property.
Type parameters
- T
- Type of property.
See also