Change-Id: I72669ccf305b3802692658e641d0be7123d13653
Signed-off-by: Sudha <sudha.reddy@samsung.com>
*
* @param[in] source The source of the event
* @param[in] newLineCount The new line count
+ * @remarks For ExpandableEditArea created with EXPANDABLE_EDIT_AREA_STYLE_TOKEN, newLineCount will be 0.
*/
virtual void OnExpandableEditAreaLineAdded(Tizen::Ui::Controls::ExpandableEditArea& source, int newLineCount) = 0;
*
* @param[in] source The source of the event
* @param[in] newLineCount The new line count
+ * @remarks For ExpandableEditArea created with EXPANDABLE_EDIT_AREA_STYLE_TOKEN, newLineCount will be 0.
*/
virtual void OnExpandableEditAreaLineRemoved(Tizen::Ui::Controls::ExpandableEditArea& source, int newLineCount) = 0;