다음을 통해 공유


IControlAddInSite.CaptionChanged Event

Occurs when the Caption property has changed.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

'Declaration
Event CaptionChanged As EventHandler
event EventHandler CaptionChanged
event EventHandler^ CaptionChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
void add_CaptionChanged (EventHandler value)

/** @event */
void remove_CaptionChanged (EventHandler value)

Platforms

See Also

Reference

IControlAddInSite Interface
IControlAddInSite Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace