Share via


INSMatrixDelegate Interface

Definition

This interface represents the Objective-C protocol NSMatrixDelegate.

[Foundation.Protocol(Name="NSMatrixDelegate", WrapperType=typeof(AppKit.NSMatrixDelegateWrapper))]
public interface INSMatrixDelegate : AppKit.INSControlTextEditingDelegate, IDisposable
[<Foundation.Protocol(Name="NSMatrixDelegate", WrapperType=typeof(AppKit.NSMatrixDelegateWrapper))>]
type INSMatrixDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSControlTextEditingDelegate
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
ControlTextDidBeginEditing(NSNotification) (Inherited from INSControlTextEditingDelegate)
ControlTextDidChange(NSNotification) (Inherited from INSControlTextEditingDelegate)
ControlTextDidEndEditing(NSNotification) (Inherited from INSControlTextEditingDelegate)
DidFailToFormatString(NSControl, String, String) (Inherited from INSControlTextEditingDelegate)
DidFailToValidatePartialString(NSControl, String, String) (Inherited from INSControlTextEditingDelegate)
DoCommandBySelector(NSControl, NSTextView, Selector) (Inherited from INSControlTextEditingDelegate)
GetCompletions(NSControl, NSTextView, String[], NSRange, IntPtr) (Inherited from INSControlTextEditingDelegate)
IsValidObject(NSControl, NSObject) (Inherited from INSControlTextEditingDelegate)
TextShouldBeginEditing(NSControl, NSText) (Inherited from INSControlTextEditingDelegate)
TextShouldEndEditing(NSControl, NSText) (Inherited from INSControlTextEditingDelegate)

Extension Methods

Name Description
ControlTextDidBeginEditing(INSControlTextEditingDelegate, NSNotification)
ControlTextDidChange(INSControlTextEditingDelegate, NSNotification)
ControlTextDidEndEditing(INSControlTextEditingDelegate, NSNotification)
DidFailToFormatString(INSControlTextEditingDelegate, NSControl, String, String)
DidFailToValidatePartialString(INSControlTextEditingDelegate, NSControl, String, String)
DoCommandBySelector(INSControlTextEditingDelegate, NSControl, NSTextView, Selector)
GetCompletions(INSControlTextEditingDelegate, NSControl, NSTextView, String[], NSRange, IntPtr)
IsValidObject(INSControlTextEditingDelegate, NSControl, NSObject)
TextShouldBeginEditing(INSControlTextEditingDelegate, NSControl, NSText)
TextShouldEndEditing(INSControlTextEditingDelegate, NSControl, NSText)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to