TCustomdxComponentPrinter.OnChangeCurrentLink Event
Occurs when changing a report link.
Declaration
property OnChangeCurrentLink: TNotifyEvent read; write;
Remarks
Handle this event to perform specific actions when the current report link changes. For instance, this event can be used to display a message notifying users about changing a report link.
See Also