ViewShowingEventArgs Properties
Represents arguments passed to the XafApplication.ViewShowing event.Name | Description |
---|---|
SourceFrame | Provides access to the Frame for which creation of a new View was requested. |
TargetFrame | Provides access to the Frame in which a new View will be displayed. |
View | Returns the View to be shown. |
See Also