Posts Tagged ‘delegates’

Action Delegate

Posted: 12th April 2010 by thegrayzone in Development
Tags: , ,

I recently wrote a small application for transferring files which searches through the specified folder and any child folders for files matching the specified filter. The application has a checkbox for the user to select whether to copy or cut/move the file. I decided to use the Action delegate to set the action to perform [...]