Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Retrieve clicked event
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Retrieve clicked event

 Post Reply Post Reply
Author
Message
brianbruff View Drop Down
Newbie
Newbie


Joined: 16 March 2010
Location: Ireland
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote brianbruff Quote  Post ReplyReply Direct Link To This Post Topic: Retrieve clicked event
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.