Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ImageSavedEventArgs

    Inheritance
    System.Object
    ImageSavedEventArgs
    Namespace: Syncfusion.SfImageEditor.iOS
    Assembly: Syncfusion.SfImageEditor.iOS.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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved