Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
INotifyDataErrorInfo.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
3
namespace
System.ComponentModel
;
4
5
public
interface
INotifyDataErrorInfo
6
{
7
bool
HasErrors
{
get
; }
8
9
event
EventHandler<DataErrorsChangedEventArgs>?
ErrorsChanged
;
10
11
IEnumerable
GetErrors
(
string
? propertyName);
12
}
System.Collections.IEnumerable
Definition
IEnumerable.cs:8
System.ComponentModel.INotifyDataErrorInfo.GetErrors
IEnumerable GetErrors(string? propertyName)
System.ComponentModel.INotifyDataErrorInfo.HasErrors
bool HasErrors
Definition
INotifyDataErrorInfo.cs:7
System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged
EventHandler< DataErrorsChangedEventArgs >? ErrorsChanged
Definition
INotifyDataErrorInfo.cs:9
System.ComponentModel.INotifyDataErrorInfo
Definition
INotifyDataErrorInfo.cs:6
System.Collections
Definition
BlockingCollection.cs:8
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ObjectModel
System.ComponentModel
INotifyDataErrorInfo.cs
Generated by
1.10.0