C# Класс Caliburn.Micro.ActionExecutionContext

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CanExecute Func
EventArgs object
Message ActionMessage
Method System.Reflection.MethodInfo
Source System.Windows.FrameworkElement
Target object
View System.Windows.DependencyObject

Открытые методы

Метод Описание
this ( string key ) : object

Gets or sets additional data needed to invoke the action.

Описание методов

this() публичный Метод

Gets or sets additional data needed to invoke the action.
public this ( string key ) : object
key string The data key.
Результат object

Описание свойств

CanExecute публичное свойство

Determines whether the action can execute.
Returns true if the action can execute, false otherwise.
public Func CanExecute
Результат Func

EventArgs публичное свойство

Any event arguments associated with the action's invocation.
public object EventArgs
Результат object

Message публичное свойство

The message being executed.
public ActionMessage Message
Результат ActionMessage

Method публичное свойство

The actual method info to be invoked.
public MethodInfo,System.Reflection Method
Результат System.Reflection.MethodInfo

Source публичное свойство

The source from which the message originates.
public FrameworkElement,System.Windows Source
Результат System.Windows.FrameworkElement

Target публичное свойство

The instance on which the action is invoked.
public object Target
Результат object

View публичное свойство

The view associated with the target.
public DependencyObject,System.Windows View
Результат System.Windows.DependencyObject