| Visual Basic (Declaration) | |
|---|---|
Public Class ResponseEventArgs Inherits System.EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ResponseEventArgs | |
| C# | |
|---|---|
public class ResponseEventArgs : System.EventArgs | |
| C++/CLI | |
|---|---|
public ref class ResponseEventArgs : public System.EventArgs | |
This class passes the response to a LiveMessageBox. You can then use event handlers to programmatically respond to the event based on the value of these arguments.
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
System.Object
System.EventArgs
Dart.LiveControls.ResponseEventArgs
Target Platforms: Microsoft .NET Framework 2.0