ImageEventArgs Class
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.
The arguments class for ImageLibrary events about images.
public ref class ImageEventArgs : EventArgs
public class ImageEventArgs : EventArgs
type ImageEventArgs = class
inherit EventArgs
Public Class ImageEventArgs
Inherits EventArgs
- Inheritance
-
ImageEventArgs
Constructors
ImageEventArgs(ImageMoniker, String, Guid) |
Initializes a new set of ImageEventArgs. |
Properties
ManifestFilename |
The name of the manifest file in which the image was defined. If the image is a custom image, this will be null. |
Moniker |
The moniker for the image. |
PackageGuid |
The PackageGuid of the image's defining manifest. If the defining manifest omits the PackageGuid attribute or the image is a custom image, this will be Guid.Empty. |