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 : EventArgsConstructors
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  | 
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 |