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 : DocumentViewerRunCommand Delegate |
public delegate object DocumentViewerRunCommand( DocumentViewer documentViewer, DocumentViewerCommand command, object value )
'Declaration
Public Delegate Function DocumentViewerRunCommand( _ ByVal documentViewer As DocumentViewer, _ ByVal command As DocumentViewerCommand, _ ByVal value As Object _ ) As Object
'Usage
Dim instance As New DocumentViewerRunCommand(AddressOf HandlerMethod)
public delegate Object^ DocumentViewerRunCommand( DocumentViewer^ documentViewer, DocumentViewerCommand^ command, Object^ value )