menu

UWP

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

    Show / Hide Table of Contents

    Class ImageSavedEventArgs

    Class which represents the image saved event arguments.

    Inheritance
    System.Object
    ImageSavedEventArgs
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.UWP.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

    The location.

    Properties

    Location

    To get the saved image path.

    Declaration
    public string Location { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved