menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FindOptions.FindAndReplaceCommand - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FindOptions.FindAndReplaceCommand

    Inheritance
    System.Object
    FindOptions.FindAndReplaceCommand
    Implements
    System.Windows.Input.ICommand
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class FindAndReplaceCommand : ICommand

    Constructors

    FindAndReplaceCommand(Action<Object>)

    Declaration
    public FindAndReplaceCommand(Action<object> execute)
    Parameters
    Type Name Description
    System.Action<System.Object> execute

    FindAndReplaceCommand(Action<Object>, Predicate<Object>)

    Declaration
    public FindAndReplaceCommand(Action<object> execute, Predicate<object> canExecute)
    Parameters
    Type Name Description
    System.Action<System.Object> execute
    System.Predicate<System.Object> canExecute

    Methods

    CanExecute(Object)

    Declaration
    public bool CanExecute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter
    Returns
    Type
    System.Boolean

    Execute(Object)

    Declaration
    public void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Events

    CanExecuteChanged

    Declaration
    public event EventHandler CanExecuteChanged
    Event Type
    Type
    System.EventHandler

    Implements

    System.Windows.Input.ICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved