VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.ViewerCommands Namespace / CopyImageToClipboardAndDeleteImageCommand Class
Constructors Properties Methods Events SeeAlso
In This Topic
    CopyImageToClipboardAndDeleteImageCommand Class Members
    In This Topic
    The following tables list the members exposed by CopyImageToClipboardAndDeleteImageCommand.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CopyImageToClipboardAndDeleteImageCommand class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the image viewer where command must be executed. (Inherited from ViewerCommandBase<T>)
    Public Methods
     NameDescription
    Public MethodDetermines that command can be executed. (Inherited from ViewerCommandBase<T>)
    Public MethodOverloaded. Executes the command with parameter.
    Protected Methods
     NameDescription
    Protected MethodRaises the CanExecuteChanged event. (Inherited from ViewerCommandBase<T>)
    Public Events
     NameDescription
    Public EventOccurs when ability to execute the command is changed. (Inherited from ViewerCommandBase<T>)
    See Also