Back to Devexpress

FetchObjectsEventArgs Class

expressappframework-devexpress-dot-expressapp-8a9273d1.md

latest1.7 KB
Original Source

FetchObjectsEventArgs Class

Provides data for the FetchObjects event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class FetchObjectsEventArgs :
    EventArgs
vb
Public Class FetchObjectsEventArgs
    Inherits EventArgs

FetchObjectsEventArgs is the data class for the following events:

Remarks

Handle the FetchObjects event to filter and sort non-persistent objects.

Inheritance

Object EventArgs FetchObjectsEventArgs

See Also

FetchObjectsEventArgs Members

How to filter and sort Non-Persistent Objects

DevExpress.ExpressApp Namespace