Locked Event for not move |
Post Reply |
Author | |
rpech
Newbie Joined: 10 July 2007 Location: Mexico Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 10 July 2007 at 3:20pm |
I wish that a Event not moved in day or time, that is to say, that remains immovable(locked).
is it possible to do this?
|
|
No olvides agradecer
|
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
I just did this a few days ago by using the IsEditOperationDisabled Event. C# code snippet to disable all user edits:
private void calendar_IsEditOperationDisabled(object sender,
AxXtremeCalendarControl._DCalendarControlEvents_IsEditOperationDisabledEvent e)
{
e.bDisableOperation = true;
}
|
|
I like mathematics because it is not human and has nothing particular
to do with this planet or with the whole accidental universe — because, like Spinoza's God, it won't love us in return. |
|
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 |