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 |
AddItem | Overloaded. 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 |
RemoveItem | Overloaded. Removes parItem from the current ToDo list |
SendLoadCommand | Overloaded. Loads the specified file |
SendNewCommand | Sends the "New" command to the program |
SendSaveCommand | Sends the "Save" command to the program |
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 |
IComunicator Interface | ToDo.Plugin Namespace