Table of Contents

Class FormFieldChangedEventArgs

Namespace
MudBlazor.Utilities
Assembly
MudBlazor.dll
public class FormFieldChangedEventArgs
Inheritance
FormFieldChangedEventArgs
Inherited Members
Extension Methods

Constructors

FormFieldChangedEventArgs()

public FormFieldChangedEventArgs()

Properties

Field

public IFormComponent Field { get; set; }

Property Value

IFormComponent

NewValue

public object NewValue { get; set; }

Property Value

object