ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / FindPreviousCommand Property

In This Topic
    FindPreviousCommand Property
    In This Topic
    Gets the System.Windows.Input.ICommand that performs the FindPrevious operation.
    Syntax
    'Declaration
     
    
    Public Property FindPreviousCommand As ICommand
    public ICommand FindPreviousCommand {get; set;}
    See Also