ViewCreatedEventArgs(View) Constructor
Initializes a new instance of the ViewCreatedEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | View | A instance of the View class descendant that represents a View to be customized. |
Remarks
Since instances of the ViewCreatedEventArgs class are automatically created and passed to handlers of the XafApplication.ViewCreated event, you do not need to call this constructor from your applications.
See Also