Click or drag to resize

DelegateCommand Class

LightningChart .NET Help

[Missing <summary> documentation for "T:Arction.Wpf.SignalProcessing.DelegateCommand"]

Inheritance Hierarchy
SystemObject
  Arction.Wpf.SignalProcessingDelegateCommand

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public class DelegateCommand : ICommand

The DelegateCommand type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCanExecute

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.DelegateCommand.CanExecute(System.Object)"]

Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.DelegateCommand.Execute(System.Object)"]

Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRaiseCanExecuteChanged

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.DelegateCommand.RaiseCanExecuteChanged"]

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCanExecuteChanged

[Missing <summary> documentation for "E:Arction.Wpf.SignalProcessing.DelegateCommand.CanExecuteChanged"]

Top
See Also