Click or drag to resize

ISubscriptionItemOnChangedAction Property

Gets or sets the on changed action.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Action<Object> OnChangedAction { get; set; }

Property Value

Type: ActionObject
The on changed action.
See Also