DocumentTask.OnRemoved(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
[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.