The following tables list the members exposed by CommandSource.
Name | Description | |
---|---|---|
ParameterProperty | Identifies the Parameter dependency property. |
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. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
Execute | Invokes the System.Windows.Input.ICommand that is attached to this CommandSource | |
InvokeCommand | Invokes the System.Windows.Input.ICommand attached to the CommandSource | |
OnPropertyChanged | Overloaded. Used to raise the PropertyChanged event for the specified property name. (Inherited from Infragistics.DependencyObjectNotifier) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.DependencyObjectNotifier) | |
ResolveCommand | Resolves the System.Windows.Input.ICommand that this CommandSource represents. | |
ResolveParameter | This method resolves the parameter that should be passed to the System.Windows.Input.ICommand. It will use the specified parameter and check with the specified Infragistics.ICommandTarget to see what parameter should be used. | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.DependencyObjectNotifier) |