IAdornmentLayerElement::RemovedCallback Property

 

Defines the behavior when an adornment has been removed.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property AdornmentRemovedCallback^ RemovedCallback {
	AdornmentRemovedCallback^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::AdornmentRemovedCallback^

The removal callback.

Return to top
Show: