NumericEdit.UpIconClicked Event
Occurs when a user taps the up icon.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public event HandledEventHandler UpIconClicked
Event Data
The UpIconClicked event's data class is HandledEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled | Gets 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 UpIconClicked event to set an action that occurs when a user taps the down icon.
You can also use the UpIconCommand property.
See Also