notePadViewDidChange:
Called when the note text was modified
- (void)notePadViewDidChange:(DTNotePadView *)notePadView
Parameters
- notePadView
The notepad view
Declared In
DTNotePadView.h
notePadViewDidEndEditing:
Called when the note text editing has ended.
- (void)notePadViewDidEndEditing:(DTNotePadView *)notePadView
Parameters
- notePadView
The notepad view
Declared In
DTNotePadView.h