'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("Occurs when the image is initializing before loading.")> Public Event ImageInitializing As System.EventHandler(Of ImageInitializingEventArgs)
[Category("VintaSoft")] [Description("Occurs when the image is initializing before loading.")] public event System.EventHandler<ImageInitializingEventArgs> ImageInitializing
[Category("VintaSoft")] [Description("Occurs when the image is initializing before loading.")] public: __event System.EventHandler<ImageInitializingEventArgs*>* ImageInitializing
[Category("VintaSoft")] [Description("Occurs when the image is initializing before loading.")] public:
event System.EventHandler<ImageInitializingEventArgs^>^ ImageInitializing