Skip to main content
.NET 6.0+

DetailViewCreatingEventArgs Constructors

Represents arguments passed to the XafApplication.DetailViewCreating event.
Name Parameters Description
DetailViewCreatingEventArgs(String, IObjectSpace, Object, Boolean, Boolean) viewID, objectSpace, obj, isRoot, enableDelayedObjectLoading Initializes a new instance of the DetailViewCreatingEventArgs class.
DetailViewCreatingEventArgs(String, IObjectSpace, Object, Boolean) viewID, objectSpace, obj, isRoot Initializes a new instance of the DetailViewCreatingEventArgs class.
See Also