Removes all events from the list. Note that ClearAllEvents is not currently supported.

Namespace:  GrassValley.Mseries.ScheduleEditor
Assembly:  GrassValley.Mseries.ScheduleEditor (in GrassValley.Mseries.ScheduleEditor.dll) Version: 1.0.0.0

Syntax

C#
void ClearAllEvents()
Visual Basic (Declaration)
Sub ClearAllEvents
Visual C++
void ClearAllEvents()

Examples

CopyC#
//Call helper function CreateIScheduleEditor which creates editor object
IScheduleEditor schEditor = CreateIScheduleEditor();

schEditor.ClearAllEvents());

Exceptions

ExceptionCondition
System..::.NotImplementedExceptionThrows an exception indicating that the function is not implimented.

See Also