'Declaration Public Overloads Shared Function Listen(Of TModel As INotifyPropertyChanged)( _ ByVal model As TModel, _ ByVal action As Action(Of String) _ ) As IDisposable
public static IDisposable Listen<TModel>( TModel model, Action<string> action ) where TModel: INotifyPropertyChanged
Parameters
- model
- action
Type Parameters
- TModel