C# 클래스 Microsoft.Practices.Prism.Interactivity.InteractionRequest.InteractionRequestedEventArgs

Event args for the IInteractionRequest.Raised event.
상속: System.EventArgs
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System

Constructs a new instance of InteractionRequestedEventArgs

메소드 상세

InteractionRequestedEventArgs() 공개 메소드

Constructs a new instance of InteractionRequestedEventArgs
public InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System
context INotification
callback System.Action
리턴 System