Class EditorValueChangedEventArgs
Inheritance
System.Object
EditorValueChangedEventArgs
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class EditorValueChangedEventArgs : EventArgs
Properties
NewValue
Declaration
public object NewValue { get; }
Property Value
System.Object
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.String
|