ViewShownEventArgs Properties
Represents arguments passed to an application’s XafApplication.ViewShown event.Name | Description |
---|---|
SourceFrame | Provides access to the Frame in which a newly created View was requested to be created. |
TargetFrame | Provides access to the Frame in which a View will be created. |
See Also