Click or drag to resize

InvokeDelegateCommandAction Class

Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.WindowsFreezable
        System.Windows.Media.AnimationAnimatable
          TriggerAction
            TriggerActionDependencyObject
              ArthaChitra.Model.CommonInvokeDelegateCommandAction

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class InvokeDelegateCommandAction : TriggerAction<DependencyObject>

The InvokeDelegateCommandAction type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCanFreeze
(Inherited from Freezable)
Public propertyCommand 
Public propertyCommandName 
Public propertyCommandParameter 
Public propertyDependencyObjectType
(Inherited from DependencyObject)
Public propertyDispatcher
(Inherited from DispatcherObject)
Public propertyHasAnimatedProperties
(Inherited from Animatable)
Public propertyInvokeParameter 
Public propertyIsEnabled
(Inherited from TriggerAction)
Public propertyIsFrozen
(Inherited from Freezable)
Public propertyIsSealed
(Inherited from DependencyObject)
Top
Methods
 NameDescription
Public methodApplyAnimationClock(DependencyProperty, AnimationClock)
(Inherited from Animatable)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
(Inherited from Animatable)
Public methodAttach
(Inherited from TriggerAction)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline)
(Inherited from Animatable)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
(Inherited from Animatable)
Public methodClearValue(DependencyProperty)
(Inherited from DependencyObject)
Public methodClearValue(DependencyPropertyKey)
(Inherited from DependencyObject)
Public methodClone
(Inherited from Animatable)
Public methodCloneCurrentValue
(Inherited from Freezable)
Public methodCoerceValue
(Inherited from DependencyObject)
Public methodDetach
(Inherited from TriggerAction)
Public methodEquals
(Inherited from DependencyObject)
Public methodFreeze
(Inherited from Freezable)
Public methodGetAnimationBaseValue
(Inherited from Animatable)
Public methodGetAsFrozen
(Inherited from Freezable)
Public methodGetCurrentValueAsFrozen
(Inherited from Freezable)
Public methodGetHashCode
(Inherited from DependencyObject)
Public methodGetLocalValueEnumerator
(Inherited from DependencyObject)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValue
(Inherited from DependencyObject)
Public methodInvalidateProperty
(Inherited from DependencyObject)
Public methodReadLocalValue
(Inherited from DependencyObject)
Public methodSetCurrentValue
(Inherited from DependencyObject)
Public methodSetValue(DependencyProperty, Object)
(Inherited from DependencyObject)
Public methodSetValue(DependencyPropertyKey, Object)
(Inherited from DependencyObject)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventChanged
(Inherited from Freezable)
Top
Fields
See Also