ViewShowingEventArgs(Frame, View, Frame) Constructor
Initializes a new instance of the ViewShowingEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
targetFrame | Frame | A Frame object that represents a Frame in which a specified View will be displayed. |
view | View | A View object that reprsents a List View or Detail View to be shown. |
sourceFrame | Frame | A Frame object that represents a Frame in which a request to create a View was performed. |
Remarks
Since instances of the ViewShowingEventArgs class are automatically created and passed to handlers of the XafApplication.ViewShowing event, you do not need to call this constructor from your applications.
See Also