SubscriptionItemOnChangedAction Property |
Gets or sets the on changed action.
Namespace:
Xcalibur.Extensions.MVVM.Models
Assembly:
Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Action<Object> OnChangedAction { get; set; }
Public Property OnChangedAction As Action(Of Object)
Get
Set
public:
virtual property Action<Object^>^ OnChangedAction {
Action<Object^>^ get () sealed;
void set (Action<Object^>^ value) sealed;
}
abstract OnChangedAction : Action<Object> with get, set
override OnChangedAction : Action<Object> with get, set
Property Value
Type:
ActionObject
The on changed action.
Implements
ISubscriptionItemOnChangedActionSee Also