C# 클래스 System.ComponentModel.Navigation.ActionInvocation

Represents an action being invoked.
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
ActionInvocation ( string actionName ) : System

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

메소드 상세

ActionInvocation() 공개 메소드

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.
리턴 System