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

ViewShowingEventArgs(Frame, View, Frame) Constructor

Initializes a new instance of the ViewShowingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ViewShowingEventArgs(
    Frame targetFrame,
    View view,
    Frame sourceFrame
)

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