ClassPictureBoxImageLoadedEventArgs
Class
Provides data for the event that occurs when an image has been loaded into a PictureBox control.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PictureBoxImageLoadedEventArgs : EventArgs
Inheritance: objectEventArgsPictureBoxImageLoadedEventArgs
Inherited Members
Constructors
PictureBoxImageLoadedEventArgs(ImageKind, LoadImageContext, string)
Initializes a new instance of the PictureBoxImageLoadedEventArgs class.
Declaration
cs-api-definition
public PictureBoxImageLoadedEventArgs(ImageKind imagekind, LoadImageContext loadContext, string filePath = null)
Parameters
imagekind
loadContext
filePath
Properties
FilePath
Gets the file path from which the image is loaded. This property is valid only when the LoadContext is set to File. Otherwise, it will be null.
ImageKind
Gets the image type that was loaded.
LoadContext
Gets the context source used during the image loading operation.
Declaration
cs-api-definition
public LoadImageContext LoadContext { get; }
Property Value