IntraTextAdornmentTag.RemovalCallback Property

Definition

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

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

Property Value

The callback.

Applies to