ViewShownEventArgs Class
Represents arguments passed to an application’s XafApplication.ViewShown event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v21.2.dll
Declaration
Remarks
The ViewShownEventArgs class declares properties specific to the XafApplication.ViewShown event designed to exchange data between the Frame that created a View and the Frames that showed the View. This event is raised after the View is shown. To access the Frames, use the ViewShownEventArgs.SourceFrame and ViewShownEventArgs.TargetFrame properties.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ViewShownEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.