WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NoImageEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NoImageEventArgs

    Event arguments for Tag elements. We can set flag delegate event to parent.

    Inheritance
    System.Object
    System.EventArgs
    NoImageEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class NoImageEventArgs : EventArgs

    Constructors

    NoImageEventArgs()

    Initializes a new instance of the NoImageEventArgs class

    Declaration
    public NoImageEventArgs()

    Properties

    Key

    Gets or sets the unique key for image cache. If key is NULL, image will not be inserted into the cache.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    Stream

    Gets or sets the image stream.

    Declaration
    public Stream Stream { get; set; }
    Property Value
    Type Description
    System.IO.Stream
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved