SIL.FieldWorks.Common.RootSites.PrintRootSite.RequestSelectionAtEndOfUow C# (CSharp) Method

RequestSelectionAtEndOfUow() public method

print root sites are never used for editing, so this routine should never be called.
public RequestSelectionAtEndOfUow ( IVwRootBox _rootb, int ihvoRoot, int cvlsi, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo rgvsli, int tagTextProp, int cpropPrevious, int ich, int wsAlt, bool fAssocPrev, ITsTextProps selProps ) : void
_rootb IVwRootBox
ihvoRoot int
cvlsi int
rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
tagTextProp int
cpropPrevious int
ich int
wsAlt int
fAssocPrev bool
selProps ITsTextProps
return void
		public void RequestSelectionAtEndOfUow(IVwRootBox _rootb, int ihvoRoot, int cvlsi,
			SelLevInfo[] rgvsli, int tagTextProp, int cpropPrevious, int ich, int wsAlt,
			bool fAssocPrev, ITsTextProps selProps)
		{
			throw new NotImplementedException();
		}