View Issue Details

IDProjectCategoryView StatusLast Update
0000869NoesisGUIUnitypublic2018-11-23 02:08
Reportereasylaser Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version1.2.5f9 
Target Version2.2.0Fixed in Version2.2.0b3 
Summary0000869: UIElement C# API missing RaiseEvent method
Description

The API for UIElement is missing the RaiseEvent method which is present in the WPF API. The documentation for UIElement at http://www.noesisengine.com/docs/Gui.Core._UIElement.html state that RaiseEvent should be present.

PlatformAny

Activities

sfernandez

sfernandez

2016-04-20 10:51

manager   ~0003816

RoutedEvents are not exposed to C# API yet.

First we need to provide access to the EventManager so new RoutedEvents can be created and registered.
Then we have to make public RoutedEvent already defined by the controls.
And finally expose the AddHandler/RemoveHandler and RaiseEvent methods of the UIElement to deal with RoutedEvents.

Issue History

Date Modified Username Field Change
2016-04-19 13:00 peterh New Issue
2016-04-20 10:51 sfernandez Note Added: 0003816
2016-04-20 10:51 sfernandez Assigned To => sfernandez
2016-04-20 10:51 sfernandez Status new => assigned
2016-04-20 10:51 sfernandez Target Version => 1.3.0
2017-12-14 10:48 sfernandez Reporter peterh => easylaser
2018-11-01 02:14 jsantos View Status public => private
2018-11-20 19:51 jsantos Target Version 1.3.0 => 2.2.0
2018-11-20 19:51 jsantos View Status private => public
2018-11-20 19:51 jsantos Platform => Any
2018-11-23 02:08 sfernandez Status assigned => resolved
2018-11-23 02:08 sfernandez Resolution open => fixed
2018-11-23 02:08 sfernandez Fixed in Version => 2.2.0b3
2025-10-10 13:29 jsantos Category Unity3D => Unity