TCustomMap.OnResize

property OnResize: TNotifyEvent;

Description

OnResize is called each time dimensions of the associated data array change. This event is normally preceeded with the OnChange call.

Similar to OnChange, generation of OnResize may be temporarily suppressed with BeginUpdate/EndUpdate.

See Also

TNotifiablePersistent.OnChange, TNotifiablePersistent.BeginUpdate, TNotifiablePersistent.EndUpdate