次の方法で共有


FormRegionControl..::FormRegionShowing Event

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.Office.Tools.Outlook
Assembly:   Microsoft.VisualStudio.Tools.Office.Outlook (in Microsoft.VisualStudio.Tools.Office.Outlook.dll)

Syntax

'宣言
<CategoryAttribute("Outlook Form Region")> _
Public Event FormRegionShowing As EventHandler
'使用
Dim instance As FormRegionControl
Dim handler As EventHandler

AddHandler instance.FormRegionShowing, handler
[CategoryAttribute("Outlook Form Region")]
public event EventHandler FormRegionShowing
[CategoryAttribute(L"Outlook Form Region")]
public:
 event EventHandler^ FormRegionShowing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.
Not applicable.

See Also

Reference

FormRegionControl Type
Microsoft.Office.Tools.Outlook Namespace