These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Filter Delete Command

Hello,

I am interested in how to override the right click delete command for a folder if the folder name matches a predefined name.

In other words I would like the ability to selectively make a folder static.

Thanks in advance for your help.

Sincerely,

W. David Taylor
William Taylor 6/9/2009 8:36 AM
The control exposes "after" events so you can only catch the delete command after the folder is deleted (as of v1.7).
We are considering to add "before" events in future versions.
Cem Alacayir 6/18/2009 3:18 PM
FYI, this feature is now included in v1.9:

- Added: The control will now also raise before events: Browsing, Creating, Deleting, Renaming, Copying, Moving, Compressing, Extracting, Uploading and Downloading.
A before event can be canceled with displaying a message to the user. If a before event is canceled, the corresponding action will be canceled and the after event will not be fired.
Cem Alacayir 3/22/2010 3:39 PM