Table of Contents

Struct DeleteBackwardsEventRef

Namespace
Xui.Core.Abstract.Events
Assembly
Core.dll

Represents a platform-level input event requesting deletion of content positioned logically before the caret or selection range. Typically triggered by a "Backspace" key press or an equivalent gesture.

public ref struct DeleteBackwardsEventRef
Inherited Members

Remarks

This event originates from the Actual window layer and is forwarded to the Abstract window for dispatching through the view hierarchy. It is intended to be routed to the appropriate focused or editable view.

Constructors

DeleteBackwardsEventRef()

Initializes a new instance of the DeleteBackwardsEventRef struct.

public DeleteBackwardsEventRef()