DesignSurface.OnLoading(EventArgs) Method

Definition

Raises the Loading event.

protected:
 virtual void OnLoading(EventArgs ^ e);
protected virtual void OnLoading (EventArgs e);
abstract member OnLoading : EventArgs -> unit
override this.OnLoading : EventArgs -> unit
Protected Overridable Sub OnLoading (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to