ImageLibrary.ProcessManifest 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 there is a process manifest.
public:
event EventHandler<Microsoft::VisualStudio::Imaging::TelemetryEventArgs ^> ^ ProcessManifest;
public event EventHandler<Microsoft.VisualStudio.Imaging.TelemetryEventArgs> ProcessManifest;
member this.ProcessManifest : EventHandler<Microsoft.VisualStudio.Imaging.TelemetryEventArgs>
Public Event ProcessManifest As EventHandler(Of TelemetryEventArgs)