Back to Devexpress

NumericEdit.DownIconClicked Event

maui-devexpress-dot-maui-dot-editors-dot-numericedit-6b01410f.md

latest1.4 KB
Original Source

NumericEdit.DownIconClicked Event

Occurs when a user taps the down icon.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event HandledEventHandler DownIconClicked

Event Data

The DownIconClicked event's data class is HandledEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

Remarks

Handle the DownIconClicked event to set an action that occurs when a user taps the down icon.

You can also use the DownIconCommand property.

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace