7 lines
189 B
C#
7 lines
189 B
C#
using CPF.Mac.Foundation;
|
|
|
|
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate NSRange NSTextViewSelectionChange(NSTextView textView, NSRange oldSelectedCharRange, NSRange newSelectedCharRange);
|
|
}
|