NSTableView.TextDidChange(NSNotification) Method

Definition

[Foundation.Export("textDidChange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use a View Based TableView with an NSTextField.")]
public virtual void TextDidChange (Foundation.NSNotification notification);
abstract member TextDidChange : Foundation.NSNotification -> unit
override this.TextDidChange : Foundation.NSNotification -> unit

Parameters

notification
NSNotification
Attributes

Applies to