C# Class System.ComponentModel.Navigation.ActionInvocation

Represents an action being invoked.
Datei anzeigen Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method Description
ActionInvocation ( string actionName ) : System

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

Method Details

ActionInvocation() public method

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.
return System