Skip to main content
.NET 6.0+

ViewShownEventArgs(Frame, Frame) Constructor

Initializes a new instance of the ViewShownEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewShownEventArgs(
    Frame targetFrame,
    Frame sourceFrame
)

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