ProgressBarOnResize Method
Namespace: BeeMobile.ProgressBarAssembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
protected override void OnResize(
EventArgs e
)
Protected Overrides Sub OnResize (
e As EventArgs
)
Parameters
- e EventArgs
-
An EventArgs that contains the event data.
Raising an event invokes the event handler through a delegate.
The OnResize method also enables derived classes to handle the event without attaching a
delegate. This is the preferred technique for handling the event in a derived class.