Back to Devexpress

DashboardViewCreatedEventArgs Class

expressappframework-devexpress-dot-expressapp-dd22e91d.md

latest1.9 KB
Original Source

DashboardViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.DashboardViewCreated event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class DashboardViewCreatedEventArgs :
    ViewCreatedEventArgs
vb
Public Class DashboardViewCreatedEventArgs
    Inherits ViewCreatedEventArgs

DashboardViewCreatedEventArgs is the data class for the following events:

Remarks

The DashboardViewCreatedEventArgs class declares the DashboardViewCreatedEventArgs.View property specific to the XafApplication.DashboardViewCreated event which is designed to customize a newly created Dashboard View.

Inheritance

Object EventArgs ViewCreatedEventArgs DashboardViewCreatedEventArgs

See Also

DashboardViewCreatedEventArgs Members

DevExpress.ExpressApp Namespace