Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace : AnnSetClipboardDataCallback Delegate |
public delegate void AnnSetClipboardDataCallback( AnnAutomation automation, string format, string data )
'Declaration
Public Delegate Sub AnnSetClipboardDataCallback( _ ByVal automation As AnnAutomation, _ ByVal format As String, _ ByVal data As String _ )
public delegate void AnnSetClipboardDataCallback( AnnAutomation automation, string format, string data )
void AnnSetClipboardDataCallback.setClipboardData(AnnAutomation automation, String format, String data)
AnnSetClipboardDataCallback( automation , format , data )
This callback is used by AnnAutomation when Copy is called. The automation object will query whether a callback was set in AnnAutomationManager.PlatformCallbacks and then AnnPlatformCallbacks.SetClipboardData. The implementer of AnnSetClipboardDataCallback must then set the data into the platform clipboard.