IAdornmentLayerElement.RemovedCallback Property
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.
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.