Back to Devexpress

NavigatorExceptionEventArgs Class

windowsforms-devexpress-dot-xtraeditors-72ddc829.md

latest2.1 KB
Original Source

NavigatorExceptionEventArgs Class

Supplies data for the NavigatorBase.NavigatorException event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class NavigatorExceptionEventArgs :
    ExceptionEventArgs
vb
Public Class NavigatorExceptionEventArgs
    Inherits ExceptionEventArgs

NavigatorExceptionEventArgs is the data class for the following events:

Remarks

While navigating/editing records using the data navigator, exceptions might occur due to restrictions on the data source. The data navigator intercepts these exceptions and triggers the NavigatorBase.NavigatorException event in their place.

Use the NavigatorExceptionEventArgs properties to get information about the exception and to process it. The navigator button that generated the exception is specified by the NavigatorExceptionEventArgs.Button property.

Inheritance

Object EventArgs ExceptionEventArgs NavigatorExceptionEventArgs

See Also

NavigatorExceptionEventArgs Members

NavigatorException

DevExpress.XtraEditors Namespace