C# Class SIL.FieldWorks.FDO.FDOTests.UowHelperTests.PropChangedImplementor

Inheritance: IVwNotifyChange
Show file Open project: sillsdev/FieldWorks

Public Properties

Property Type Description
Entry ILexEntry
Parent UowHelperTests

Public Methods

Method Description
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

Method Details

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

Property Details

Entry public property

public ILexEntry Entry
return ILexEntry

Parent public property

public UowHelperTests,SIL.FieldWorks.FDO.FDOTests Parent
return UowHelperTests