Skip to main content

NavigatorExceptionEventArgs Class

Supplies data for the NavigatorBase.NavigatorException event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class NavigatorExceptionEventArgs :
    ExceptionEventArgs

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