Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Delet Key (Read 1433 times)
madrider
YaBB Newbies
*
Offline



Posts: 15
Joined: Jul 30th, 2007
Delet Key
Oct 9th, 2007 at 7:54pm
Print Post  
How can I handle the Delete Key before the item is deleted in resource view? Basically I want to disable the delete key and force the user to only delete through a delete button on my application. The Item Deleting events gets raised before the Key Down and Key Press events and the appoinment is already deleted before I can do anything. Thanks for any info.
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Delet Key
Reply #1 - Oct 10th, 2007 at 4:47am
Print Post  
Try to handle the Calendar.ItemDeleting event and set the Confirm property of the accompanying event argument to false.

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint