IPeekResultPresentation.RecreateContent Event
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.
Raised when the content of the presentation needs to be recreated.
public:
event EventHandler<Microsoft::VisualStudio::Language::Intellisense::RecreateContentEventArgs ^> ^ RecreateContent;
event EventHandler<Microsoft.VisualStudio.Language.Intellisense.RecreateContentEventArgs> RecreateContent;
member this.RecreateContent : EventHandler<Microsoft.VisualStudio.Language.Intellisense.RecreateContentEventArgs>
Event RecreateContent As EventHandler(Of RecreateContentEventArgs)