Click or drag to resize

NullCommand Methods

The NullCommand type exposes the following members.

Methods
 NameDescription
Public methodCanExecute Defines the method that determines whether the command can execute in its current state.
Public methodExecute Defines the method to be called when the command is invoked.
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also