IAdornmentLayerElement.RemovedCallback Property

Definition

Defines the behavior when an adornment has been removed.

public:
 property Microsoft::VisualStudio::Text::Editor::AdornmentRemovedCallback ^ RemovedCallback { Microsoft::VisualStudio::Text::Editor::AdornmentRemovedCallback ^ get(); };
public Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback RemovedCallback { get; }
member this.RemovedCallback : Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
Public ReadOnly Property RemovedCallback As AdornmentRemovedCallback

Property Value

The removal callback.

Applies to