menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageInsertedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved