RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTagAttributes.OnChange Event

Occurs immediately after a tag attributes property changes.

Pascal
property OnChange: TNotifyEvent;
C++
__property TNotifyEvent OnChange;

Write an OnChange event handler to take specific action whenever any of the properties of the tag attributes object changes. When OnChange occurs, the tag attributes object already has the new property setting. Use an OnChange event handler to inform the HTML content producer whenever the attributes of a tag change so that the content producer can update the content it is producing. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!