Class ExternalExceptionThrownEventArgs
Provides data for
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.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 |