VDISoft.SPC.Charts.Notes


Public Properties


Name
Description
Item
Gets and sets a note of the collection.

Public Methods


Name
Description
Add
Add a note to the collection of notes.
Clear
Clear the notes out of the collection of notes.
Clone
Create a clone of the Notes collection.
GetObjectData
This method is called upon the serialization of a Notes collection.
OnDeserialization
This method is called upon the deserialization of a Notes collection.
RemoveAt
Remove a note out of the collection of notes.

Public Events


Name
Description
NoteAdded
Occurs when a Note is added to the Notes collection.
NoteAuthorChanged
Occurs when the Note:Author of a Note changes.
NoteDateTimeChanged
Occurs when the Note:DateTime of a Note changes.
NoteNameChanged
Occurs when the Note:Name of a Note changes.
NoteRemoved
Occurs when a Note is removed from the Notes collection.
NotesCleared
Occurs when the Note objects of the Notes collection are cleared.
NoteSet
Occurs when a Note of the Notes collection is set.
NoteTextChanged
Occurs when the Note:Text of a Note changes.

Protected Methods


Name
Description
AddNote
Add a note to the collection of notes.
InitializeListeners
Initializes the listeners for the notes collection.
NoteAuthorChangedListener
A listener for events of a note.
NoteDateTimeChangedListener
A listener for events of a note.
NoteNameChangedListener
A listener for events of a note.
NoteTextChangedListener
A listener for events of a note.
UninitializeListeners
Unitializes the listeners for the notes collection.