Search
ItemAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the ItemListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ItemListener.

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

 Public Constructors

  Name Description

ItemAdapter

Initializes a new instance of the ItemAdapter class.

 Public Methods

  Name Description

endTimeChanged

Raised when the end time of the item has been changed.

recurrenceReset

Raised when the recurrence pattern associated with the item has been reset.

resourceChanged

Raised when any of the item's associated resources have changed.

startTimeChanged

Raised when the start time of the item has been changed.

visualsChanged

Raised when a visual aspect of the item has been changed.

 See Also