![]() |
Retrieve clicked event |
Post Reply ![]() |
Author | |
brianbruff ![]() Newbie ![]() Joined: 16 March 2010 Location: Ireland Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 17 March 2010 at 12:00pm |
Hi there,
does anyone know how I can find what event has been clicked (or double clicked even)?
I'm using this code
void axCalendarControl1_DblClick(object sender, EventArgs e){ var x = axCalendarControl1.ActiveView.HitTest();f (x.ViewEvent != null)
{ var viewEvent = x.ViewEvent; var id = viewEvent.Event.Id; } } Problem is when I set the calendar control to readonly i don't get the event anymore ![]() |
|
![]() |
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 |