ObjectsManagerTIsChanged Method
Determines whether the current manager status is changed or not.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool IsChanged(
int pagesCount,
int fullHeight,
int hiddenHeight
)
Public Function IsChanged (
pagesCount As Integer,
fullHeight As Integer,
hiddenHeight As Integer
) As Boolean
public:
virtual bool IsChanged(
int pagesCount,
int fullHeight,
int hiddenHeight
) sealed
abstract IsChanged :
pagesCount : int *
fullHeight : int *
hiddenHeight : int -> bool
override IsChanged :
pagesCount : int *
fullHeight : int *
hiddenHeight : int -> bool
- pagesCount Int32
- A count of the pages in the document.
- fullHeight Int32
- Full content height.
- hiddenHeight Int32
- Sum of the hidden height by collapsed areas in the document.
BooleanReturns true if the status is changed, false otherwise.
IObjectsManagerTIsChanged(Int32, Int32, Int32)