Show / Hide Table of Contents

Class WatchUtils

Utils for watching properties on properties.

Inheritance
System.Object
WatchUtils
Namespace: Eco.Core.PropertyHandling.Internal
Assembly: Eco.Core.dll
Syntax
public static class WatchUtils : Object

Methods

RegisterWatching(Type[])

Adds global subscriptions for all types inherited from INotifyPropertyChanged and having properties with WatchSubMemberAttribute. Accepts list of types to register (or all, if empty).

Declaration
public static void RegisterWatching(params Type[] types)
Parameters
Type Name Description
System.Type[] types
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾