menu

WPF

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

    Show / Hide Table of Contents

    Class ImageSavedEventArgs

    Class which represents the image saved event arguments.

    Inheritance
    System.Object
    System.EventArgs
    ImageSavedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.WPF.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved