Class
FormUpdateEventArgs

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class FormUpdateEventArgs : EventArgs

Inheritance: objectEventArgsFormUpdateEventArgs

Inherited Members EventArgs.Empty

Constructors

FormUpdateEventArgs()

Declaration

cs-api-definition
public FormUpdateEventArgs()

Properties

FieldName

Declaration

cs-api-definition
public string FieldName { get; set; }

Property Value

string

Model

Declaration

cs-api-definition
public object Model { get; set; }

Property Value

object