CADenials Object
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The CADenials object represents a collection of denials. A client can use this object to enumerate the denials in the collection, add or remove denials, or pay tolls that the user has selected.
Property |
Description |
AddNew |
Creates a new denial and adds it to the collection. |
Count |
Retrieves the number of denials in the collection. |
CountDenied |
Retrieves the number of denials that are now in force, disregarding transient denials. |
CountSelected |
Retrieves the number of selected tolls. |
Item |
Retrieves a denial from the collection. |
Method |
Description |
PaySelectedTolls |
Pays the selected tolls that apply to this collection. |
Remove |
Removes a denial from the collection. |
Event |
Description |
ItemAdded |
Called when a denial is added to the collection. |
ItemRemoved |
Called when a denial is removed from the collection. |
StateChanged |
Called when the state of a denial changes. |