RxPropertyChangingEventArgs record¶
Defined in
Namespace: ReactiveMarbles.Mvvm
Assembly: ReactiveMarbles.Mvvm.dll
Full name: ReactiveMarbles.Mvvm.RxPropertyChangingEventArgs<T>
Modifiers: public
Summary¶
Event arguments for when a property is changing.
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
Class hierarchy
classDiagram
class RxPropertyChangingEventArgs~T~
class IRxPropertyEventArgs~TSender~ {
<>
}
IRxPropertyEventArgs~TSender~ <|.. RxPropertyChangingEventArgs~T~
class IEquatable~RxPropertyChangingEventArgs~TSender~~ {
<>
}
IEquatable~RxPropertyChangingEventArgs~TSender~~ <|.. RxPropertyChangingEventArgs~T~
Implements: IRxPropertyEventArgs
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Event arguments for when a property is changing. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| PropertyName | The property name. |
| Sender | The sender. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |