gljakal's ToDo - Plugin developer's reference

IComunicator Members

IComunicator overview

Public Instance Properties

FileName Get the open file's name
SelectedItem Returns the selected IToDoItem
ToDoForm Returns the main form
ToDoItems Get or set the ToDo items list as a DataTable

Public Instance Methods

AddItemOverloaded. Adds a new To Do Item as a child of the item identified by Parent to the current todo list
GetItemByID Get the ToDo Item identified by parId
GetItemChildren Gets the children of the specified ToDo Item
GetItemParent Gets the parent of the specified ToDoItem
RemoveItemOverloaded. Removes parItem from the current ToDo list
SendLoadCommandOverloaded. Loads the specified file
SendNewCommand Sends the "New" command to the program
SendSaveCommand Sends the "Save" command to the program

Public Instance Events

AfterLoad Occours after a file is loaded
AfterSave Occours after a file is saved
SelectedItemChanged Occours when the user selects an item in the ToDo list
SelectedItemModified Occours when the selected item is modified by the user

See Also

IComunicator Interface | ToDo.Plugin Namespace