Share via


DocumentTask.OnRemoved(EventArgs) Method

Definition

Called when this DocumentTask object is removed from the Error List Options window.

protected:
 override void OnRemoved(EventArgs ^ e);
protected override void OnRemoved (EventArgs e);
override this.OnRemoved : EventArgs -> unit
Protected Overrides Sub OnRemoved (e As EventArgs)

Parameters

e
EventArgs

[in] An EventArgs object (which in this case does not contain any information and is used only as a placeholder in a delegate object).

Remarks

This method invalidates the IVsTextLineMarker object if it exists.

Applies to