Class ImageNodeVisitedEventArgs
Provides data for theImageNodeVisited event.
Inheritance
System.Object
ImageNodeVisitedEventArgs
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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 |
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 |