-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.CrowEventArgs
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
Base class for Crow interface events.
By default, device (mouse, keyboard) events are bubbled through the logical tree unless the Handled
field of the CrowEventArgs
is set to true
, or if an event handler is registered for the Event. For example if you have a templated button that received a mouse event in a Label
widget inside its tempate, the event may be bubbled to the Button
widget where a MouseClick
event may be registered which will cause the bubbling to stop at that level.
namespace: Crow
-
CrowEventArgs
public class CrowEventArgs
⬜ | prototype | description |
---|
⬜ | name | description |
---|
⬜ | prototype | description |
---|
⬜ | name | description |
---|