ComponentOne Document Library for UWP
ExecuteActionAsyncEx Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1DocumentSource Class : ExecuteActionAsyncEx Method
Syntax
'Declaration
 
Public Function ExecuteActionAsyncEx( _
   ByVal action As C1DocumentAction _
) As Windows.Foundation.IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)
public Windows.Foundation.IAsyncOperationWithProgress<C1BookmarkPosition,double> ExecuteActionAsyncEx( 
   C1DocumentAction action
)

Parameters

action
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members