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 > DocumentViewerCommand Class : RunHandler Property |
public DocumentViewerRunCommand RunHandler {get; set;}
'Declaration
Public Property RunHandler As DocumentViewerRunCommand
'Usage
Dim instance As DocumentViewerCommand Dim value As DocumentViewerRunCommand instance.RunHandler = value value = instance.RunHandler
public: property DocumentViewerRunCommand^ RunHandler { DocumentViewerRunCommand^ get(); void set ( DocumentViewerRunCommand^ value); }