OnResized
OnResized
Occurs when the control is resized.
Event Arguments:
form: pf.Form
args: pf.IEventArgs
where
pf.IEventArgs
:
export interface IEventArgs {
Sender: any;
}
The OnResized Event can be found in the following Controls: