Skip to main content
.NET 6.0+

ViewCreatedEventArgs(View) Constructor

Initializes a new instance of the ViewCreatedEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewCreatedEventArgs(
    View view
)

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