C# Class Te.StahpIt.Views.ViewChangeRequestArgs

Parameters for ViewChangeRequest event.
Inheritance: System.EventArgs
Mostrar archivo Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Public Methods

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.

Method Details

ViewChangeRequestArgs() public method

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