Removes an item from the schedule.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public void RemoveItem( ScheduleItem item, bool removeAllOccurrences ) |
| Visual Basic |
|---|
Public Sub RemoveItem ( _ item As ScheduleItem, _ removeAllOccurrences As Boolean _ ) |
| Visual C++ |
|---|
public: void RemoveItem( ScheduleItem^ item, bool removeAllOccurrences ) |
Parameters
- item
- Type: Mindscape.SilverlightElements..::..ScheduleItem
The item to be removed.
- removeAllOccurrences
- Type: System..::..Boolean
true to remove all occurrences of a recurring item; false to remove only the specified item.