Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
INotifyPropertyChanging.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
interface
INotifyPropertyChanging
4
{
5
event
PropertyChangingEventHandler
?
PropertyChanging
;
6
}
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
PropertyChangingEventHandler? PropertyChanging
Definition
INotifyPropertyChanging.cs:5
System.ComponentModel.INotifyPropertyChanging
Definition
INotifyPropertyChanging.cs:4
System.ComponentModel.PropertyChangingEventHandler
delegate void PropertyChangingEventHandler(object? sender, PropertyChangingEventArgs e)
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ObjectModel
System.ComponentModel
INotifyPropertyChanging.cs
Generated by
1.10.0