SIL.FieldWorks.Discourse.NotifyChangeSpy.PropChanged C# (CSharp) Méthode

PropChanged() public méthode

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
Résultat void
		public void PropChanged(int hvo, int tag, int ivMin, int cvIns, int cvDel)
		{
			m_calls.Add(new NotifyChangeInfo(hvo, tag, ivMin, cvIns, cvDel));
		}