<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Draging event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Draging event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:07:51 +0000</pubDate>
  <lastBuildDate>Wed, 02 Aug 2006 07:34:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=4689</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Draging event :  Hi, Look at our sample. Following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4689&amp;PID=14537&amp;title=draging-event#14537</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4689<br /><strong>Posted:</strong> 02 August 2006 at 7:34am<br /><br />Hi, <br><br>Look at our sample. Following piece of code disables dragging events between regular and "all day" areas:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub CalendarControl_BeforeEditOperation(ByVal OpParams As XtremeCalendarControl.CalendarEditOperationParameters, CancelOperation As Boolean)<br>&nbsp;&nbsp;&nbsp; If OpParams.Operation = xtpCalendarEO_DragCopy Or _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OpParams.Operation = xtpCalendarEO_DragMove _<br>&nbsp;&nbsp;&nbsp; Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If OpParams.DraggingEvent.AllDayEvent &lt;&gt; OpParams.DraggingEventNew.AllDayEvent Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CancelOperation = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>In the same way you can get an access to other dragging event (<b>OpParams.DraggingEvent</b>) properties like StartTime, EndTime, Subject, etc.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 02 Aug 2006 07:34:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4689&amp;PID=14537&amp;title=draging-event#14537</guid>
  </item> 
  <item>
   <title><![CDATA[Draging event :  Hi, How can I be able to retrieve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4689&amp;PID=14499&amp;title=draging-event#14499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 4689<br /><strong>Posted:</strong> 31 July 2006 at 5:40pm<br /><br /><IMG height=17 alt=Cry src="https://forum.codejock.com/smileys/smiley19.gif" width=17 align=absMiddle border="0"><DIV></DIV>Hi,<DIV>How can I be able to retrieve the event info (StartTime, EndTime, Subject) when I drag the event to another day or another time?</DIV><DIV>Code/Sample, Please!!!</DIV><DIV>Thank you,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 31 Jul 2006 17:40:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4689&amp;PID=14499&amp;title=draging-event#14499</guid>
  </item> 
 </channel>
</rss>