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

ViewCreatedEventArgs(View) Constructor

Initializes a new instance of the ViewCreatedEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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