menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageNodeVisitedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageNodeVisitedEventArgs

    Provides data for theImageNodeVisited event.

    Inheritance
    System.Object
    System.EventArgs
    ImageNodeVisitedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public sealed class ImageNodeVisitedEventArgs : EventArgs

    Constructors

    ImageNodeVisitedEventArgs()

    Initializes a new instance of ImageNodeVisitedEventArgs instance.

    Declaration
    public ImageNodeVisitedEventArgs()

    Properties

    IsSaving

    Gets a Boolean value indicating whether the ImageNodeVisited event is triggered on open or save.

    Declaration
    public bool IsSaving { get; }
    Property Value
    Type Description
    System.Boolean

    True, If the ImageNodeVisited event is triggred on saving. Otherwise, false.

    Source

    Gets or sets the image source.

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

    Stream

    Gets or sets the image stream.

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