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 | |
|---|---|---|
![]() |
Initializes a new instance of the ItemAdapter class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Raised when the end time of the item has been changed. |
|
![]() |
Raised when the recurrence pattern associated with the item has been reset. |
|
![]() |
Raised when any of the item's associated resources have changed. |
|
![]() |
Raised when the start time of the item has been changed. |
|
![]() |
Raised when a visual aspect of the item has been changed. |
See Also