Method | Description | |
---|---|---|
ViewChangeRequestArgs ( View view, object data = null ) : System |
Constructs a new ViewChangeRequestArgs class with the View being requested, as well as some optional data for to be supplied to the requested view. See notes on the Data member.
|
public ViewChangeRequestArgs ( View view, object data = null ) : System | ||
view | View | /// The view requested. /// |
data | object | /// Optional data for the requested view. /// |
return | System |