ViewShownEventArgs(Frame, Frame) Constructor
Initializes a new instance of the ViewShownEventArgs 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 the Frame in which a specified View will be displayed. |
sourceFrame | Frame | A Frame object that represents the Frame in which the request to create a View was performed. |
Remarks
Since instances of the ViewShownEventArgs class are automatically created and passed to handlers of the XafApplication.ViewShown event, you do not need to call this constructor from your applications.
See Also