TBasicActionLink.OnChange

Event handler triggered when the action's properties change

Declaration

Source position: classesh.inc line 2168

public Property
  OnChange : TNotifyEvent;

Description

OnChange is the event triggered when the action's properties change.

Application programmers should never need to assign this event. Component programmers can assign this event to have a client control reflect any changes in an Action's properties.

See also

Name Description
TBasicAction.Change Calls the OnChange]() handler.
Change Executed whenever the Action is changed.
TNotifyEvent Standard event handler type.