Removes an item from the schedule.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public void RemoveItem( ScheduleItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveItem ( _ item As ScheduleItem _ ) |
Parameters
- item
- Type: Mindscape.WpfElements..::.ScheduleItem
The item to be removed.