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

Custom event trigger for using with IInteractionRequest objects.
The standard System.Windows.Interactivity.EventTrigger class can be used instead, as long as the 'Raised' event name is specified.
상속: System.Windows.Interactivity.EventTrigger
파일 보기 프로젝트 열기: xperiandri/PortablePrism

보호된 메소드들

메소드 설명
GetEventName ( ) : string

Specifies the name of the Event this EventTriggerBase is listening for.

메소드 상세

GetEventName() 보호된 메소드

Specifies the name of the Event this EventTriggerBase is listening for.
protected GetEventName ( ) : string
리턴 string