Feedback
Designer event handlers can be marked Async
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- -
- Last updated
- 2026-08-29
Upvotes
1 upvote
Uses your Objo forum account.
Public summary
Studio displays designer-created event-handler signatures in a read-only header, but currently provides no way to mark an individual handler as Async. Developers therefore cannot use Await in a Button.Pressed handler or another designer handler without editing source outside the intended member-editor workflow. The handler should have an optional Async modifier while the underlying event remains synchronous and its signature remains fixed.