Show / Hide Table of Contents

Class ChangeNotificationUtils

Inheritance
System.Object
ChangeNotificationUtils
Namespace: Eco.Shared.Utils
Assembly: Eco.Core.dll
Syntax
public static class ChangeNotificationUtils : Object

Methods

PropagateChange(IController, Object, PropertyChangedEventArgs)

Glue coded to connect a fody automatic change notification (which happens through the INotifyPropertyChanged interface) to a separate controller.///

Declaration
public static void PropagateChange(this IController controller, object sender, PropertyChangedEventArgs e)
Parameters
Type Name Description
IController controller
System.Object sender
System.ComponentModel.PropertyChangedEventArgs e
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾