Share via


ActionsPane.GiveFeedback Event (2007 System)

Provides the same functionality as the Control.GiveFeedback event.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Event GiveFeedback As GiveFeedbackEventHandler
'Usage
Dim instance As ActionsPane 
Dim handler As GiveFeedbackEventHandler 

AddHandler instance.GiveFeedback, handler
public event GiveFeedbackEventHandler GiveFeedback
public:
 event GiveFeedbackEventHandler^ GiveFeedback {
    void add (GiveFeedbackEventHandler^ value);
    void remove (GiveFeedbackEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace