Search
RecurringItemConfirmEvent Members
Methods
 


Contains the arguments passed to handlers of the CalendarListener.recurringItemDeleting event.

The following tables list the members exposed by the RecurringItemConfirmEvent type.

 Public Methods

  Name Description

getConfirmAll

Gets a value indicating whether the operation is allowed for all occurrences of a repeating item.

getConfirmOccurrence

Gets a value indicating whether the operation is allowed for the particular occurrence.

getItem

Gets the item related to the event. (Inherited from ItemEvent.)

setConfirmAll

Sets a value indicating whether the operation is allowed for all occurrences of a repeating item.

setConfirmOccurrence

Sets a value indicating whether the operation is allowed for the particular occurrence.

 See Also