Class DescribableExtensions
Inheritance
System.Object
DescribableExtensions
Namespace: Eco.Gameplay.Systems.Controllers
Assembly: Eco.Gameplay.dll
Syntax
public static class DescribableExtensions : Object
Methods
OnPropertyChanged(Object, PropertyChangedEventArgs)
Declaration
public static void OnPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| System.ComponentModel.PropertyChangedEventArgs | e |
OnPropertyChanged(Object, PropertyChangedEventArgs, ISaveablePlugin)
Declaration
public static void OnPropertyChanged(object sender, PropertyChangedEventArgs e, ISaveablePlugin saveObj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| System.ComponentModel.PropertyChangedEventArgs | e | |
| ISaveablePlugin | saveObj |