SIL.FieldWorks.Discourse.NotifyChangeSpy.PropChanged C# (CSharp) Метод

PropChanged() публичный Метод

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
Результат void
		public void PropChanged(int hvo, int tag, int ivMin, int cvIns, int cvDel)
		{
			m_calls.Add(new NotifyChangeInfo(hvo, tag, ivMin, cvIns, cvDel));
		}