In This Article

UserPromptResponseEventArgs Class

Provides event arguments for a response to a UserPromptControl.

public class UserPromptResponseEventArgs : CancelRoutedEventArgs
Inheritance:
object EventArgs RoutedEventArgs CancelRoutedEventArgs object

Constructors

UserPromptResponseEventArgs()

Initializes an instance of the class.

public UserPromptResponseEventArgs()

Properties

Response

Gets or sets the response to the UserPromptControl.

public object? Response { get; set; }

Property Value

object:

The response.

Inherited Members