GlobalType.OnRemoving(EventArgs) Method

Definition

Raises the Removing event.

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

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to