TcxNavigatorControlNotifier Class
In This Article
Provides interaction between a navigated control and a navigator.
#Declaration
Delphi
TcxNavigatorControlNotifier = class(
TObject
)
#Remarks
Interaction participants must implement the following interfaces:
In a standalone mode (a navigator is linked to a navigated control via the navigator’s Control property), a navigated control implements the IcxNavigator interface.
In an embedded mode, a navigator implements the IcxNavigatorOwner interface.
The TcxNavigatorControlNotifier object is obtained via the IcxNavigator.GetNotifier function.
See Also