Share via


InterLineAdornmentTag.RemovalCallback Property

Definition

Called when adornment is removed from the view. It may be null.

public Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback RemovalCallback { get; }
member this.RemovalCallback : Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
Public ReadOnly Property RemovalCallback As AdornmentRemovedCallback

Property Value

Remarks

This method is only called if the tag's AdormentFactory was called to create an adornment.

The arguments to this call will be (this, adornment).

Applies to