menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAsyncCommand - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IAsyncCommand

    Defines Asynchronous command.

    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public interface IAsyncCommand : ICommand

    Methods

    ExecuteAsync(Object)

    Returns the function to be called when the command is invoked.

    Declaration
    Task ExecuteAsync(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Data used by the command. If the command does not require data to be passed, this object can be set to null.

    Returns
    Type
    System.Threading.Tasks.Task

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved