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