SIL.FieldWorks.Discourse.NotifyChangeSpy.PropChanged C# (CSharp) Method

PropChanged() public method

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