IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Framework.Services.InputBindingTrigger Class Reference
+ Inheritance diagram for CShell.Framework.Services.InputBindingTrigger:
+ Collaboration diagram for CShell.Framework.Services.InputBindingTrigger:

Public Member Functions

bool CanExecute (object parameter)
 
void Execute (object parameter)
 
bool CanExecute (object parameter)
 
void Execute (object parameter)
 

Static Public Attributes

static readonly DependencyProperty InputBindingProperty
 

Protected Member Functions

override void OnAttached ()
 
override void OnAttached ()
 

Properties

InputBinding InputBinding [get, set]
 

Events

EventHandler CanExecuteChanged = delegate { }
 

Member Function Documentation

override void CShell.Framework.Services.InputBindingTrigger.OnAttached ( )
inlineprotected
bool CShell.Framework.Services.InputBindingTrigger.CanExecute ( object  parameter)
inline
void CShell.Framework.Services.InputBindingTrigger.Execute ( object  parameter)
inline
override void CShell.Framework.Services.InputBindingTrigger.OnAttached ( )
inlineprotected
bool CShell.Framework.Services.InputBindingTrigger.CanExecute ( object  parameter)
inline
void CShell.Framework.Services.InputBindingTrigger.Execute ( object  parameter)
inline

Member Data Documentation

static readonly DependencyProperty CShell.Framework.Services.InputBindingTrigger.InputBindingProperty
static
Initial value:
=
DependencyProperty.Register("InputBinding", typeof(InputBinding),
typeof(InputBindingTrigger), new UIPropertyMetadata(null))

Property Documentation

InputBinding CShell.Framework.Services.InputBindingTrigger.InputBinding
getset

Event Documentation

EventHandler CShell.Framework.Services.InputBindingTrigger.CanExecuteChanged = delegate { }

The documentation for this class was generated from the following file: