View Issue Details

IDProjectCategoryView StatusLast Update
0000810NoesisGUIC# SDKpublic2018-11-22 19:11
Reporterai_enabled Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Target Version2.2.0Fixed in Version2.2.0b3 
Summary0000810: Difference with WPF - event handlers
Description

Hello!
I found a lot of difference with event handlers names/signatures between NoesisGUI and WPF.
For example, Noesis.UIElement.MouseLeftButtonUpHandler vs universal System.Windows.Input.MouseButtonEventHandler (used for all buttons).

Regards!

PlatformAny

Relationships

related to 0001038 assignedsfernandez Caliburn.Micro metaticket 

Activities

ai_enabled

ai_enabled

2016-01-28 12:18

updater   ~0003492

Last edited: 2016-01-28 12:18

The signatures are the same, the problem is only with the names of the delegates.
So you need to replace using of MouseUpHandler (and etc) and use MouseButtonEventHandler(object sender, MouseButtonEventArgs e). MouseButtonEventArgs is already defined at your code.

sfernandez

sfernandez

2016-02-01 04:39

manager   ~0003495

Yes, the handler type is wrong, thanks.
It will be fixed on 1.3 version.

Issue History

Date Modified Username Field Change
2016-01-28 12:14 ai_enabled New Issue
2016-01-28 12:18 ai_enabled Note Added: 0003492
2016-01-28 12:18 ai_enabled Note Edited: 0003492
2016-02-01 04:37 sfernandez Assigned To => sfernandez
2016-02-01 04:37 sfernandez Status new => assigned
2016-02-01 04:39 sfernandez Note Added: 0003495
2016-02-26 11:04 sfernandez Target Version => 1.3.0
2017-04-05 17:29 sfernandez Relationship added related to 0001038
2018-11-01 02:14 jsantos View Status public => private
2018-11-20 19:44 jsantos Target Version 1.3.0 => 2.2.0
2018-11-20 19:44 jsantos View Status private => public
2018-11-20 19:44 jsantos Platform => Any
2018-11-22 19:11 sfernandez Status assigned => resolved
2018-11-22 19:11 sfernandez Resolution open => fixed
2018-11-22 19:11 sfernandez Fixed in Version => 2.2.0b3