View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002445 | NoesisGUI | C++ SDK | public | 2022-10-24 12:47 | 2023-03-27 12:14 |
Reporter | pdx_hoda_ismail | Assigned To | sfernandez | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.1.5 | ||||
Target Version | 3.2 | ||||
Summary | 0002445: Implementation of handledEventsToo in AddHandler function | ||||
Description | While checking if there is a way to add the handledEventsToo in code, I found in the Microsoft documentation that they have two implementations of the AddHandler function as below: AddHandler(RoutedEvent, Delegate) AddHandler(RoutedEvent, Delegate, Boolean) However, only the first function is implemented in Noesis, and I have to use the handledEventsToo property from the second function in my case. It'd be great if we can use the handledEventsToo in a way to avoid workarounds with lot of code. | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-24 12:47 | pdx_hoda_ismail | New Issue | |
2022-10-26 21:14 | sfernandez | Assigned To | => sfernandez |
2022-10-26 21:14 | sfernandez | Status | new => assigned |
2022-10-26 21:14 | sfernandez | Product Version | => 3.1.5 |
2022-10-26 21:14 | sfernandez | Target Version | => 3.2.0 |
2023-03-27 12:14 | jsantos | Target Version | 3.2.0 => 3.2 |