Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Exceptions (Read 2304 times)
Damian
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Apr 26th, 2006
Exceptions
Jul 23rd, 2006 at 7:00pm
Print Post  
This event is described in the help but its not on the control (properties - events).  How do i get at it?

TIA
Damian

ExceptionCreated Event

Raised when a recurrence exception item is created.

public event ItemEventHandler ExceptionCreated;

  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Exceptions
Reply #1 - Jul 24th, 2006 at 5:03am
Print Post  
The event actually belongs to the Schedule class, rather than the Calendar class. Try attaching a handler by using code similar to the following:

Code
Select All
calendar.Schedule.ExceptionCreated += ... 


In the code above the variable calendar is assumed to reference existing Calendar object.

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint