Assigns a delegate to the layoutChange event.
public void addOnLayoutChange( EventHandler handler )
handler
The EventHandler delegate to be notified when the event occurs.
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