[This is preliminary documentation and is subject to change.]
The CancelItemEventArgs<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CancelItemEventArgs<(Of <(<'T>)>)>(T) | CTor from item | |
| CancelItemEventArgs<(Of <(<'T>)>)>(T, Boolean) | CTtor ftom item and Cancel value |
Properties
| Name | Description | |
|---|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| Item | Gets item connected with event |