blob: ea5d545b71688e64f971f428c126558aa76e1ac5 [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
xmlns:c="clr-namespace:org.eclipse.xwt.tests.events.loaded"
x:Class="c:ButtonHandler">
<Shell.layout>
<GridLayout numColumns="2"/>
</Shell.layout>
<Button name="Button" text="Wrong result" loadedEvent="onLoaded"/>
</Shell>