menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ImageSavedEventArgs

    Inheritance
    System.Object
    ImageSavedEventArgs
    Namespace: Syncfusion.SfImageEditor.Android
    Assembly: Syncfusion.SfImageEditor.Android.dll
    Syntax
    public class ImageSavedEventArgs : EventArgs

    Constructors

    ImageSavedEventArgs(String)

    Initializes a new instance of theImageSavedEventArgs class.

    Declaration
    public ImageSavedEventArgs(string location)
    Parameters
    Type Name Description
    System.String location

    Location

    Properties

    Location

    Gets/Sets Location

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