Class ObjectsLoadedEventArgs
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
public class ObjectsLoadedEventArgs : EventArgs
- Inheritance
-
ObjectsLoadedEventArgs
- Inherited Members
Constructors
ObjectsLoadedEventArgs(ICollection, ICollection, NestedParentMap, SecurityContext)
public ObjectsLoadedEventArgs(ICollection parentObjects, ICollection nestedObjects, NestedParentMap nestedParentMap, SecurityContext securityContext)
Parameters
parentObjects
ICollectionnestedObjects
ICollectionnestedParentMap
NestedParentMapsecurityContext
SecurityContext
Properties
NestedObjects
public ICollection NestedObjects { get; }
Property Value
NestedParentMap
public NestedParentMap NestedParentMap { get; }
Property Value
ParentObjects
public ICollection ParentObjects { get; }
Property Value
SecurityContext
public SecurityContext SecurityContext { get; }