'Declaration Protected Overridable Sub OnThumbnailLoadingException( _
ByVal senderSender of the event.As ThumbnailImageItem, _
ByVal eA ExceptionEventArgs that contains the event data.As Vintasoft.Imaging.ExceptionEventArgs _
)
protected virtual void OnThumbnailLoadingException(
ThumbnailImageItem sender,
Vintasoft.Imaging.ExceptionEventArgs e
)
protected: virtual void OnThumbnailLoadingException(
ThumbnailImageItem* sender,
Vintasoft.Imaging.ExceptionEventArgs* e
)
protected:
virtual void OnThumbnailLoadingException(
ThumbnailImageItem^ sender,
Vintasoft.Imaging.ExceptionEventArgs^ e
)
Parameters
- sender
- Sender of the event.
- e
- A ExceptionEventArgs that contains the event data.