C# Class System.ComponentModel.Navigation.ActionInvocation

Represents an action being invoked.
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
ActionInvocation ( string actionName ) : System

Initializes an ActionInvocation with the name of the action to be invoked.

Method Details

ActionInvocation() public méthode

Initializes an ActionInvocation with the name of the action to be invoked.
public ActionInvocation ( string actionName ) : System
actionName string The name of the action to be invoked.
Résultat System