Works for me, yes. Example code from the login window I mentioned (linebreaks added to make the events stand out):
Code:
<Listbox BackgroundColor="#FFFFFF" DataSource="CharacterData" Location="260,77" Margin="10,10,10,10" Name="CharacterSelect"
OnDoubleClick="Parent.AutoplayChar.Text=SelectedItem.Name
Parent.AutoplayWorld.Text=SelectedItem.Server
Parent.Username.Text=SelectedItem.Username
Parent.Password.Text=SelectedItem.Password
Parent.ConnectButton.Press=true"
OnSelect="Parent.AutoplayChar.Text=SelectedItem.Name
Parent.AutoplayWorld.Text=SelectedItem.Server
Parent.Username.Text=SelectedItem.Username
Parent.Password.Text=SelectedItem.Password"
PackSize="a,a" RowTemplate="CharacterSelect_template" Size="234,221" Style="/CommonElements.Listbox.data.listbox_style" Tooltip="Click to select, double-click to login"/>