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.
Inheritance
System.Object
ValueChangingEventArgs
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class ValueChangingEventArgs : EventArgs
Properties
Value
Gets or sets the value that will be set.
Declaration
public double Value { get; set; }
Property Value
System.Double
|