View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002321 | NoesisGUI | Unity | public | 2022-04-05 21:17 | 2022-04-12 10:32 |
| Reporter | ckfinite | Assigned To | |||
| Priority | normal | Severity | feature | ||
| Status | new | Resolution | open | ||
| Product Version | 3.1.4 | ||||
| Summary | 0002321: Custom RoutedEventArgs | ||||
| Description | The usual WPF idiom for passing information about a routed event is to subclass RoutedEventArgs and provide properties that hold the relevant information. However, this is very hard to do in Noesis, as (from the managed API at least) RoutedEventArgs's implementation is very deeply entwined with the native implementation. Adding support for custom RoutedEventArgs would make it easier to implement custom routed events in an application. | ||||
| Steps To Reproduce | As an example, suppose we have | ||||
| Platform | Any | ||||