Trigger of lost focus without edit |
Post Reply |
Author | |
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
Posted: 22 February 2006 at 12:57pm |
Hi, Is there any trigger i can use when I lose focus on an event? The senario is as follows: - I click on the Event and the cursor enables me to change the subject - I do not want to change the event and i click outside. I wish to be able to get hold of the event even if the user has not change anything. Had he change something I would have used the EventChanged handler. But he didnt change anything and i want to write a piece of code to do somthing in that case. Thnks WaaZ |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
Look at SelectionChanged event. But please note: A subject editor starts only when user clicks at the event text area. If user clicks at the border or at time area the event is selected also but subject editing is not started. See also IsEditOperationDisabled and BeforeEditOperation handlers. You can use them to determine whether a subject editor was started or not. -- WBR, Serge |
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
Hi disabling the edit operation using BeforeEditOperation handlers works much better since it enables you choose when to disable operations depending on what type of operations you want to do Thnx |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |