Contains event data for the RemovingItem event. More...
Public Member Functions | |
| RemovingItemEventArgs (object removingItem) | |
| Create an instance of the object. More... | |
Properties | |
| object | RemovingItem [get] |
| Gets a reference to the item that was removed from the list. More... | |
Contains event data for the RemovingItem event.
Definition at line 16 of file RemovingItemEventArgs.cs.
| Csla.Core.RemovingItemEventArgs.RemovingItemEventArgs | ( | object | removingItem | ) |
Create an instance of the object.
| removingItem | A reference to the item that was removed from the list. |
Definition at line 36 of file RemovingItemEventArgs.cs.
|
get |
Gets a reference to the item that was removed from the list.
Definition at line 24 of file RemovingItemEventArgs.cs.