Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AllowEdit
[1/2]
bool
System.ComponentModel.BindingList
<
T
>.AllowEdit
get
set
Implements
System.ComponentModel.IBindingList
.
Definition at line
104
of file
BindingList.cs
.
105
{
106
get
107
{
108
return
allowEdit
;
109
}
110
set
111
{
112
if
(
allowEdit
!=
value
)
113
{
114
allowEdit
=
value
;
115
FireListChanged
(
ListChangedType
.Reset, -1);
116
}
117
}
118
}
System.ComponentModel.BindingList.allowEdit
bool allowEdit
Definition
BindingList.cs:37
System.ComponentModel.BindingList.FireListChanged
void FireListChanged(ListChangedType type, int index)
Definition
BindingList.cs:255
System.ComponentModel.ListChangedType
ListChangedType
Definition
ListChangedType.cs:4
System.ExceptionArgument.value
@ value
System
ComponentModel
BindingList
Generated by
1.10.0