OnResize
OnResize (Event)
This occurs when the AVAX Resize event fires
Syntax:
Private Sub object_OnResize(Sender As System.Object, e As System.EventArgs)
The OnResize event syntax has the following parts:
Argument
Data Type
Description
Sender
System.Object
Is the object that raises the event
e
System.EventArgs
Is the object that contains the event data
Example