Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Rebar.addOnLayoutChange
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