For a list of all members of this type, see CommandSource members.
Name | Description | |
---|---|---|
![]() | AllowEventHandling | Gets/Sets if the Event for the attached command, should be Handled. |
![]() | Command | Gets the System.Windows.Input.ICommand that this CommandSource represents. |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | EventName | Gets/Sets the name of an event that should trigger a command. |
![]() | Handled | This should only be used by the System.Windows.Input.ICommand to handle the Event that triggered the command, so that it stops bubbling. |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
![]() | OriginEventArgs | Gets the event argument that started the event |
![]() | Parameter | If the Command that this CommandSource is supposed to trigger, requries additional information. The information can be passed through this property. |
![]() | ParameterBinding | Gets/Sets the Binding that will determine the parameter for this CommandSource |
![]() | ParameterBindingDataContext | Returns or sets a value indicating what should be used as the DataContext when applying the ParameterBinding |
![]() | ParameterResolved | Gets the actual parameter that was set. If a ParameterBinding was setting, it will return the binding value. If it wasn't set, it will return the value in the Parameter property. |
![]() | SourceElement | Gets the System.Windows.FrameworkElement that this command represents. |
![]() | Target | This is the Infragistics.ICommandTarget object that command should be triggered on. |
![]() | TargetName | If no target is resolved, then the Command will look for Globally registered targets. If this property is set, it will look for an ICommandTarget that is a FrameworkElement and has the specified name. |
Name | Description | |
---|---|---|
![]() | EventHandler | Gets/Sets the EventHandler that was created based off of the EventName property. |