Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
Practices
Prism
Interactivity
InteractionRequest
InteractionRequestTrigger
C# Class 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.
Inheritance:
System.Windows.Interactivity.EventTrigger
Datei anzeigen
Open project: xperiandri/PortablePrism
Protected Methods
Method
Description
GetEventName
( ) :
string
Specifies the name of the Event this EventTriggerBase is listening for.
Method Details
GetEventName()
protected
method
Specifies the name of the Event this EventTriggerBase is listening for.
protected
GetEventName
( ) :
string
return
string