OnBeforeFormDeserialization
Occurs before the form is deserialized and instanciated. Event arguments: form_json_definition
Event Arguments:
form: pf.Form
args: pf.IEventArgs
where pf.IEventArgs:
export interface IEventArgs {
Sender: any;
}
The OnBeforeFormDeserialization Event can be found in the following Controls: