RxObject.RaisePropertyChanging(PropertyChangingEventArgs) method¶
Defined in
Type: RxObject
Namespace: ReactiveMarbles.Mvvm
Assembly: ReactiveMarbles.Mvvm.dll
Applies to
net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0
Overloads¶
- 1.
protected void RaisePropertyChanging(PropertyChangingEventArgs args) - 2.
protected virtual void RaisePropertyChanging(string propertyName = "")
1. Overload¶
protected void RaisePropertyChanging(PropertyChangingEventArgs args)
Summary: Raises the property changing event.
Parameters
| Name | Type | Description |
|---|---|---|
args | PropertyChangingEventArgs | The argument. |
2. Overload¶
protected virtual void RaisePropertyChanging(string propertyName = "")
Summary: Raises a property changed event.
Parameters
| Name | Type | Description |
|---|---|---|
propertyName = "" | string | The name of the property that has changed. |