Methods  Events


ActionCommand Class Members

The following tables list the members exposed by ActionCommand.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public Method Defines the method that determines whether the command can execute in its current state. (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>)
Public Method Defines the method to be called when the command is invoked. (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>)
Public Method Raises the CanExecuteChanged event (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public Event Occurs when changes occur that affect whether or not the command should execute. (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>)
Top
See Also