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