Share via


NSTextViewDraggedCellEventArgs Constructor

Definition

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

public NSTextViewDraggedCellEventArgs(AppKit.NSTextAttachmentCell cell, CoreGraphics.CGRect rect, AppKit.NSEvent theEvent, UIntPtr charIndex);
new AppKit.NSTextViewDraggedCellEventArgs : AppKit.NSTextAttachmentCell * CoreGraphics.CGRect * AppKit.NSEvent * unativeint -> AppKit.NSTextViewDraggedCellEventArgs

Parameters

cell
NSTextAttachmentCell

The value for the Cell property.

rect
CGRect

The value for the Rect property.

theEvent
NSEvent

The value for the TheEvent property.

charIndex
UIntPtr

unativeint

The value for the CharIndex property.

Applies to