Enum UpdateReason
Defines reason of updating control's text content.
public enum UpdateReason
Fields
Break = 3Specifies that text line was broken into two lines.
Delete = 2Specifies that some text deleted.
DeleteBlock = 5Specifies that some block of text deleted.
Insert = 1Specifies that some text inserted.
InsertBlock = 6Specifies that some block of text inserted.
Specifies that current position in the control's text content changed.
Other = 7Specifies another reason of the control's text content updating.
UnBreak = 4Specifies that two lines concatenated.