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
Values
public Dictionary<string, object> Values { get; set; }