NullDelegateCommand Class
In This Topic
NullDelegateCommand implementation that represents a command that does nothing and is always disabled.
Object Model
Syntax
'Declaration
Public NotInheritable Class NullDelegateCommand
Implements ICommand
public sealed class NullDelegateCommand : ICommand
Inheritance Hierarchy
System.Object
GrapeCity.Viewer.Common.NullDelegateCommand
See Also