NSTextStorageEventArgs Class

Definition

public class NSTextStorageEventArgs : EventArgs
type NSTextStorageEventArgs = class
    inherit EventArgs
Inheritance
NSTextStorageEventArgs

Constructors

NSTextStorageEventArgs(NSTextStorageEditActions, NSRange, nint)

Initializes a new instance of the NSTextStorageEventArgs class.

Properties

Delta

The number of characters added or removed by the edit.

EditedMask

Whether attributes, characters, or both were edited .

EditedRange

The new span of characters resulting from the edits.

Applies to