Creates a new event and shows the edit event dialog.

Namespace: Ico.Bacnet
Assembly: BacnetScheduleView (in BacnetScheduleView.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Return Value

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

See Also