DragCopyMoveGuiCommandBase<T>.

Validate() Method

Summary

Validates the command configuration. This method should throw the necessary exceptions to signal missing or incorrect configuration (like attempting to add files to the repository without specifying which files to add.)

Syntax

public override void Validate()

Return Value

Type Description
void