ClassDataFormEditorValueChangedEventArgs
Class
Event arguments providing additional information about a value change in a DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DataFormEditorValueChangedEventArgs : EventArgs
Inheritance: objectEventArgsDataFormEditorValueChangedEventArgs
Inherited Members
Constructors
DataFormEditorValueChangedEventArgs(string, object, object)
Initializes a new instance of the DataFormEditorValueChangedEventArgs class.
Declaration
cs-api-definition
public DataFormEditorValueChangedEventArgs(string propertyName, object propertyValue, object editorValue)
Parameters
propertyName
Specifies the name of the changed property.
propertyValue
Specifies the current value of the property in the model.
editorValue
Specifies the modified value of the property in the editor.
Properties
EditorValue
Gets the modified value of the property in the editor.
PropertyName
Gets the name of the changed property.
PropertyValue
Gets the current value of the property in the model.