Class UraniumBindableObject
- Namespace
- UraniumUI
- Assembly
- UraniumUI.dll
public abstract class UraniumBindableObject : BindableObject, INotifyPropertyChanged
- Inheritance
-
UraniumBindableObject
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
SetProperty<T>(ref T, T, Action<T>, string)
public void SetProperty<T>(ref T field, T value, Action<T> doAfter = null, string propertyName = null)
Parameters
Type Parameters
T