Conforms to NSObject
Declared in DTNotePadView.h

Overview

The protocol by which the DTNotePadView communicates with its delegate.

Instance Methods

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