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
Exibir arquivo 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