Overview | Methods | This Package | All Packages
Assigns a delegate to the layoutChange event.
Syntax
public void addOnLayoutChange( EventHandler handler )
Parameters
handler
The EventHandler delegate to be notified when the event occurs.
Remarks
Passing an event handler as a parameter to this method is equivalent to setting the layoutChange event to that method in the Properties window. The layoutChange event occurs when the layout of the rebar bands changes.
See Also removeOnLayoutChange