ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class / ExceptionHandled Property

In This Topic
    ExceptionHandled Property (C1GridViewDeletedEventArgs)
    In This Topic
    Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler.
    Syntax
    'Declaration
     
    Public Property ExceptionHandled As System.Boolean
    public System.bool ExceptionHandled {get; set;}
    See Also