alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PromptRequestEventArgs

    Event arguments for the PromptRequest event.

    Inheritance
    System.Object
    System.EventArgs
    PromptRequestEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.UI.Xaml.Chat
    Assembly: Syncfusion.SfChat.Wpf.dll
    Syntax
    public class PromptRequestEventArgs : EventArgs

    Constructors

    PromptRequestEventArgs(IMessage)

    Initializes a new instance of the PromptRequestEventArgs class.

    Declaration
    public PromptRequestEventArgs(IMessage message)
    Parameters
    Type Name Description
    IMessage message

    Properties

    Handled

    Gets or sets a value indicating whether the input message in the Messages collection has been handled by the event. When true, the message is considered processed and will not require further handling. When false, the message remains unhandled and may need additional processing.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    InputMessage

    Gets the input message value of the assistview control.

    Declaration
    public IMessage InputMessage { get; }
    Property Value
    Type
    IMessage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved