Skip to content
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

Inheritance Hierarchy

Syntax

public class CrowEventArgs

Constructors

prototype description

Properties

name description

Methods

prototype description

Events

name description
Clone this wiki locally