Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnTablePropertyChanging()

void System.Xml.XmlDataDocument.OnTablePropertyChanging ( object oTable,
PropertyChangedEventArgs args )
inlineprivate

Definition at line 1748 of file XmlDataDocument.cs.

1749 {
1750 if (args.PropertyName == "TableName")
1751 {
1753 }
1754 if (args.PropertyName == "Namespace")
1755 {
1757 }
1758 }
static string DataDom_TableNameChange
Definition SR.cs:686
static string DataDom_TableNamespaceChange
Definition SR.cs:688
Definition SR.cs:7

References System.SR.DataDom_TableNameChange, and System.SR.DataDom_TableNamespaceChange.

Referenced by System.Xml.XmlDataDocument.BindToTable().