Class FormUpdateEventArgs
Inheritance
System.Object
FormUpdateEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class FormUpdateEventArgs : EventArgs
Constructors
FormUpdateEventArgs()
Declaration
public FormUpdateEventArgs()
Properties
FieldName
Declaration
public string FieldName { get; set; }
Property Value
System.String
|
Model
Declaration
public object Model { get; set; }
Property Value
System.Object
|