Delete the selected event(s) on the current tab.

Namespace: Ico.Schwx
Assembly: SchViewControl (in SchViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool DeleteSelectedEvents()
Visual Basic
Public Function DeleteSelectedEvents As Boolean
JScript
public function DeleteSelectedEvents() : boolean

Return Value

True if successful. Returns false if the operation is not allowed or there is an error.

See Also