IcxNavigatorOwner.NavigatorChanged(TcxNavigatorChangeType) Method
Updates a navigator in response to changes made to the control.
Declaration
procedure NavigatorChanged(AChangeType: TcxNavigatorChangeType);
Parameters
| Name | Type |
|---|---|
| AChangeType | TcxNavigatorChangeType |
Remarks
Updates are performed based on what changes affected the navigator. This information is passed via the AChangeType parameter. Changes include:
| Value | Meaning |
|---|---|
| nctProperties | Changes that do not fall into the navigator size or content changes. |
| nctSize | Changes to the navigator size. |
| nctLayout | Changes to the navigator content. |
See Also