terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
DataErrorsChangedEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x020003CC RID: 972
6
public
class
DataErrorsChangedEventArgs
:
EventArgs
7
{
8
// Token: 0x060019C4 RID: 6596 RVA: 0x000479D4 File Offset: 0x00045BD4
9
public
DataErrorsChangedEventArgs
(
string
propertyName
)
10
{
11
if
(!
true
)
12
{
13
}
14
base
..ctor();
15
this._propertyName
=
propertyName
;
16
}
17
18
// Token: 0x170005DE RID: 1502
19
// (get) Token: 0x060019C5 RID: 6597 RVA: 0x000479F4 File Offset: 0x00045BF4
20
public
virtual
string
PropertyName
21
{
22
get
23
{
24
return
this.
_propertyName
;
25
}
26
}
27
28
// Token: 0x040012DD RID: 4829
29
private
readonly
string
_propertyName
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.DataErrorsChangedEventArgs.DataErrorsChangedEventArgs
DataErrorsChangedEventArgs(string propertyName)
Definition
DataErrorsChangedEventArgs.cs:9
System.ComponentModel.DataErrorsChangedEventArgs.PropertyName
virtual string PropertyName
Definition
DataErrorsChangedEventArgs.cs:21
System.ComponentModel.DataErrorsChangedEventArgs._propertyName
readonly string _propertyName
Definition
DataErrorsChangedEventArgs.cs:29
System.ComponentModel.DataErrorsChangedEventArgs
Definition
DataErrorsChangedEventArgs.cs:7
System.EventArgs
Definition
EventArgs.cs:8
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
DataErrorsChangedEventArgs.cs
Generated by
1.10.0