'Declaration Protected Overridable Sub OnImageInitializing( _
ByVal eThe ImageLoadingEventArgs instance containing the event data.As ImageInitializingEventArgs _
)
protected virtual void OnImageInitializing(
ImageInitializingEventArgs e
)
protected: virtual void OnImageInitializing(
ImageInitializingEventArgs* e
)
protected:
virtual void OnImageInitializing(
ImageInitializingEventArgs^ e
)
Parameters
- e
- The ImageLoadingEventArgs instance containing the event data.