menu

UWP

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

    Show / Hide Table of Contents

    Class FileLoadingFailedEventArgs

    Provides data for the FileLoadingFailed event.

    Inheritance
    System.Object
    FileLoadingFailedEventArgs
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class FileLoadingFailedEventArgs : EventArgs

    Constructors

    FileLoadingFailedEventArgs()

    Initializes a new instance of the FileLoadingFailedEventArgs class.

    Declaration
    public FileLoadingFailedEventArgs()

    Properties

    Exception

    Gets the Exception occured at file loading operation.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception

    The Exception occured at file loading operation.

    Extension Methods

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