Class
ValueChangingEventArgs

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:

cs-api-definition
public class ValueChangingEventArgs : EventArgs

Inheritance: objectEventArgsValueChangingEventArgs

Inherited Members EventArgs.Empty

Properties

Value

Gets or sets the value that will be set.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

In this article
DefinitionPropertiesValue
Not finding the help you need?
Contact Support