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