C# Class SIL.FieldWorks.SharpViews.RootBox.LazyExpandedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: sillsdev/FieldWorks

Public Properties

Property Type Description
DeltaHeight int
EstimatedBottom int
EstimatedTop int

Property Details

DeltaHeight public_oe property

The amount the root box got larger (if positive) or smaller (if negative).
public int DeltaHeight
return int

EstimatedBottom public_oe property

The bottom of the part of the lazy box that got expanded, relative to the top of the RootBox.
public int EstimatedBottom
return int

EstimatedTop public_oe property

The top of the part of the lazy box that got expanded, relative to the top of the RootBox.
public int EstimatedTop
return int