Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerIsSlowCommand Delegate |
public delegate bool DocumentViewerIsSlowCommand( DocumentViewer documentViewer, DocumentViewerCommand command, object value )
'Declaration
Public Delegate Function DocumentViewerIsSlowCommand( _ ByVal documentViewer As DocumentViewer, _ ByVal command As DocumentViewerCommand, _ ByVal value As Object _ ) As Boolean
'Usage
Dim instance As New DocumentViewerIsSlowCommand(AddressOf HandlerMethod)
public delegate bool DocumentViewerIsSlowCommand( DocumentViewer^ documentViewer, DocumentViewerCommand^ command, Object^ value )