Table of Contents

Class FormBeforeActionEventArgs

Namespace
JJMasterData.Core.Events.Args
Assembly
JJMasterData.Core.dll
public class FormBeforeActionEventArgs : EventArgs
Inheritance
FormBeforeActionEventArgs
Inherited Members

Constructors

FormBeforeActionEventArgs(Dictionary<string, object>, Dictionary<string, string>)

public FormBeforeActionEventArgs(Dictionary<string, object> values, Dictionary<string, string> errors)

Parameters

values Dictionary<string, object>
errors Dictionary<string, string>

Properties

Errors

public Dictionary<string, string> Errors { get; set; }

Property Value

Dictionary<string, string>

Values

public Dictionary<string, object> Values { get; set; }

Property Value

Dictionary<string, object>