Name | Description | |
---|---|---|
![]() | ObjectPropertyChangingEventArgs | Initializes a new instance of the ObjectPropertyChangingEventArgs class. |
Name | Description | |
---|---|---|
![]() | ObjectPropertyChangingEventArgs | Initializes a new instance of the ObjectPropertyChangingEventArgs class. |
Name | Description | |
---|---|---|
![]() ![]() | Empty | (Inherited from System.EventArgs) |
Name | Description | |
---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the changing of property value must be canceled. (Inherited from PropertyChangingEventArgs<T>) |
![]() | NewValue | Gets or sets a new value of property. (Inherited from PropertyChangingEventArgs<T>) |
![]() | OldValue | Gets an old value of property. (Inherited from PropertyChangingEventArgs<T>) |
![]() | PropertyName | Gets a property name whose value is changing. |
Name | Description | |
---|---|---|
![]() | CreateOwnerArgs | Returns an instance of the ObjectPropertyChangingEventArgs class created with parameters: ownerPropertyName.PropertyName, OldValue, NewValue. |
![]() | ToChangedEventArgs | Returns an instance of the ObjectPropertyChangedEventArgs class created with parameters: PropertyName, OldValue, NewValue. |