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

◆ RaisePropertyChangedEvent()

void System.Data.DataRowView.RaisePropertyChangedEvent ( string propName)
inlinepackage

Definition at line 211 of file DataRowView.cs.

212 {
213 this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propName));
214 }
PropertyChangedEventHandler? PropertyChanged