Skip to main content
A newer version of this page is available. .

ViewCreatingEventArgs Constructors

The base class for event arguments passed to the XafApplication.ListViewCreating, XafApplication.DetailViewCreating, XafApplication.DashboardViewCreating and XafApplication.ViewCreating events.
Name Parameters Description
ViewCreatingEventArgs(String, IObjectSpace, Boolean) viewID, objectSpace, isRoot Initializes a new instance of the ViewCreatingEventArgs class.
See Also