Class ImageInsertedEventArgs
Event args for image inserted.
Inheritance
System.Object
ImageInsertedEventArgs
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public class ImageInsertedEventArgs : Object
Constructors
ImageInsertedEventArgs(ObservableCollection<ImageSource>)
Initializes a new instance of the ImageInsertedEventArgs class.
Declaration
public ImageInsertedEventArgs(ObservableCollection<ImageSource> imageSourceCollection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ObjectModel.ObservableCollection<ImageSource> | imageSourceCollection | image source collection. |
Properties
ImageSourceCollection
Gets the image source collection.
Declaration
public ObservableCollection<ImageSource> ImageSourceCollection { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ImageSource> |