ActionCommand Class Members
The following tables list the members exposed by ActionCommand.
Public Constructors
Name | Description | |
---|---|---|
![]() | ActionCommand Constructor | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
![]() | CanExecute | Defines the method that determines whether the command can execute in its current state. (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>) |
![]() | Execute | Defines the method to be called when the command is invoked. (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>) |
![]() | RaiseCanExecuteChanged | Raises the CanExecuteChanged event (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. (Inherited from SciChart.Charting.Common.Helpers.ActionCommand<object>) |
See Also