menu

WinForms

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

    Show / Hide Table of Contents

    Class ExternalExceptionThrownEventArgs

    Provides data for event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    ExternalExceptionThrownEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    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.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ExternalExceptionThrownEventArgs : GridEventArgs

    Constructors

    ExternalExceptionThrownEventArgs(Object)

    Initializes a new instance of the ExternalExceptionThrownEventArgs class.

    Declaration
    public ExternalExceptionThrownEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The original reporting sender that raised the event.

    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 indicating whether the event handler has been handled or not.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved