C# Class Te.StahpIt.Views.ViewChangeRequestArgs

Parameters for ViewChangeRequest event.
Inheritance: System.EventArgs
Afficher le fichier Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat System