Class UnhandledConditionEventArgs
Provides data for the UnhandledConditionOccurred event.
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.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. |