I have a application, where I have to capture the paste event for the NSTextField. Two scenario is required: If text is typed, call goes to controlTextDidChange If paste action is done in text field, again this controlTextDidChange delegate is called. I need to differentiate between Paste action and type action NSTextField. It is required as I need to call separate function.
Please suggest, how to capture Paste Action for the NSTextField.
Thanks in Advance. Raghunath