ActiveReports 10
Observe<T,TI>(T,Expression<Func<T,TI>>,Func<TI,IDisposable>) Method

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > ActiveModelListenExtensions Class > Observe Method : Observe<T,TI>(T,Expression<Func<T,TI>>,Func<TI,IDisposable>) Method
Subscribed to nested properties
Observe implementation for container property
Syntax
'Declaration
 
Public Overloads Shared Function Observe
    (Of T As INotifyPropertyChanged,
     TI)( _
   ByVal obj As T, _
   ByVal getterExpr As Expression(Of Func(Of T,TI)), _
   ByVal subscribe As Func(Of TI,IDisposable) _
) As IDisposable

Parameters

obj
getterExpr
subscribe
Subscribed to nested properties

Type Parameters

T
TI
See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members
Overload List