PowerWEB LiveControls for ASP.NET
ResponseEventArgs Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : ResponseEventArgs Class



Provides data for a LiveMessageBox of type DialogType.Prompt or DialogType.Confirm.

Syntax

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 

Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.LiveControls.ResponseEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.