SIL.FieldWorks.CacheLight.RealDataCache.PropChanged C# (CSharp) Method

PropChanged() public method

Member PropChanged
public PropChanged ( IVwNotifyChange _nchng, int _ct, int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
_nchng IVwNotifyChange _nchng
_ct int _ct
hvo int hvo
tag int tag
ivMin int ivMin
cvIns int cvIns
cvDel int cvDel
return void
		public void PropChanged(IVwNotifyChange _nchng, int _ct, int hvo, int tag, int ivMin, int cvIns, int cvDel)
		{
			CheckDisposed();

			throw new NotImplementedException("'PropChanged' not implemented yet.");
		}