New to Telerik UI for .NET MAUIStart a free 30-day trial

The event arguments for a value-changing event which allows you to intercept the update of the value and apply custom logic and modify the value.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class ValueChangingEventArgs : EventArgs

Inheritance: objectEventArgsValueChangingEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets the value that will be set.

C#
public double Value { get; set; }
In this article
DefinitionPropertiesValue
Not finding the help you need?
Contact Support