Table of Contents

Class FormAfterActionEventArgs

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

Constructors

FormAfterActionEventArgs()

public FormAfterActionEventArgs()

FormAfterActionEventArgs(Dictionary<string, object>)

public FormAfterActionEventArgs(Dictionary<string, object> values)

Parameters

values Dictionary<string, object>

Properties

UrlRedirect

public string UrlRedirect { get; set; }

Property Value

string

Values

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

Property Value

Dictionary<string, object>