Share via


NSTextViewClickedEventArgs(NSTextAttachmentCell, CGRect, UIntPtr) Constructor

Definition

Create a new instance of the NSTextViewClickedEventArgs with the specified event data.

public NSTextViewClickedEventArgs(AppKit.NSTextAttachmentCell cell, CoreGraphics.CGRect cellFrame, UIntPtr charIndex);
new AppKit.NSTextViewClickedEventArgs : AppKit.NSTextAttachmentCell * CoreGraphics.CGRect * unativeint -> AppKit.NSTextViewClickedEventArgs

Parameters

cell
NSTextAttachmentCell

The value for the Cell property.

cellFrame
CGRect

The value for the CellFrame property.

charIndex
UIntPtr

unativeint

The value for the CharIndex property.

Applies to