menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class UnhandledConditionEventArgs

    Provides data for the UnhandledConditionOccurred event.

    Inheritance
    System.Object
    UnhandledConditionEventArgs
    PasswordErrorOccurredEventArgs
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class UnhandledConditionEventArgs : EventArgs

    Properties

    Description

    Gets the details of the unhandled condition.

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

    A string that holds complete details about the unhandled condition.

    Title

    Gets the title of the unhandled condition.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    System.String

    A string that holds the title of the unhandled condition.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved