The C1DelegateCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1DelegateCommand(Action<(Of <<'(Object>)>>)) |
Initializes a new instance of the C1DelegateCommand class.
|
![]() |
C1DelegateCommand(Action<(Of <<'(Object>)>>), Predicate<(Of <<'(Object>)>>)) |
Initializes a new instance of the C1DelegateCommand class.
|
Methods
Name | Description | |
---|---|---|
![]() |
CanExecute |
Defines the method that determines whether the command can execute in its current state.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute |
Defines the method to be called when the command is invoked.
|
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
RaiseCanExecuteChanged |
Raises the [e:CanExecuteChanged] event.
|
![]() |
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
CanExecuteChanged |
Occurs when changes occur that affect whether or not the command should execute.
|