ImageEventArgs Class

Visual Studio 2015
 

Arguments for ImageLibrary events.

Namespace:   Microsoft.VisualStudio.Imaging
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Imaging::ImageEventArgs

public ref class ImageEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodImageEventArgs(ImageMoniker, String^, Guid)

Initializes a new set of ImageEventArgs.

NameDescription
System_CAPS_pubpropertyManifestFilename

Gets the name of the manifest file in which the image was defined. If the image is a custom image, this will be null.

System_CAPS_pubpropertyMoniker

TGets the moniker for the image.

System_CAPS_pubpropertyPackageGuid

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.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: