public delegate void AnnGetClipboardDataCallback( AnnAutomation automation, LeadPointD position, string format )
public delegate void AnnGetClipboardDataCallback( AnnAutomation automation, LeadPointD position, string format )
AnnGetClipboardDataCallback( automation , position , format )
This callback is used by AnnAutomation when Paste or PasteAt are called. The automation object will query if a callback was set in AnnAutomationManager.PlatformCallbacks and then AnnPlatformCallbacks.GetClipboardData. The implementer of AnnGetClipboardDataCallback must then get the clipboard data as a string and call AnnAutomation.PasteStringAt using the parameters to complete the paste operation.