ObservablePropertyTItemSubscribeAfterChange(ActionObservablePropertyEventArgsTItem) Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Handlers
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.18.0.10402
C#
public IDisposable SubscribeAfterChange(
	Action<ObservablePropertyEventArgs<TItem>> action
)

Parameters

action  ActionObservablePropertyEventArgsTItem
 

Return Value

IDisposable

See Also