IntraTextAdornmentTag::RemovalCallback Property

 

Called when adornment is removed from the view. May be null.

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

public:
property AdornmentRemovedCallback^ RemovalCallback {
	[CompilerGeneratedAttribute]
	AdornmentRemovedCallback^ get();
	[CompilerGeneratedAttribute]
	private: void set(AdornmentRemovedCallback^ value);
}
Return to top
Show: