ImageLibrary.BeforeImageRealized Field
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 before an image is realized from it source.
public: EventHandler<Microsoft::VisualStudio::Imaging::ImageEventArgs ^> ^ BeforeImageRealized;
public EventHandler<Microsoft.VisualStudio.Imaging.ImageEventArgs> BeforeImageRealized;
val mutable BeforeImageRealized : EventHandler<Microsoft.VisualStudio.Imaging.ImageEventArgs>
Public BeforeImageRealized As EventHandler(Of ImageEventArgs)