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

◆ OnPropertyChanging()

void System.Data.DataRelation.OnPropertyChanging ( PropertyChangedEventArgs pcevent)
inlinepackage

Definition at line 579 of file DataRelation.cs.

580 {
581 if (this.PropertyChanging != null)
582 {
583 DataCommonEventSource.Log.Trace("<ds.DataRelation.OnPropertyChanging|INFO> {0}", ObjectID);
584 this.PropertyChanging(this, pcevent);
585 }
586 }
PropertyChangedEventHandler? PropertyChanging

References System.Data.DataCommonEventSource.Log, System.Data.DataRelation.ObjectID, and System.Data.DataRelation.PropertyChanging.

Referenced by System.Data.DataRelation.RaisePropertyChanging().