menu

WPF

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

    Show / Hide Table of Contents

    Class ExternalExceptionThrownEventArgs

    Provides data for event.

    Inheritance
    System.Object
    System.EventArgs
    ExternalExceptionThrownEventArgs
    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.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class ExternalExceptionThrownEventArgs : EventArgs

    Constructors

    ExternalExceptionThrownEventArgs()

    Initializes a new instance of ExternalExceptionThrownEventArgs class.

    Declaration
    public ExternalExceptionThrownEventArgs()

    Properties

    Exception

    Gets a value that indicates the type of exception.

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

    Handled

    Gets or sets a value that indicates whether the event handler has been handled or not.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the event handled completely; otherwise, false.

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