Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the site has validated the control add-in value.
Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)
Usage
Syntax
'Declaration
Event ValidationResultChanged As EventHandler
event EventHandler ValidationResultChanged
event EventHandler^ ValidationResultChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
void add_ValidationResultChanged (EventHandler value)
/** @event */
void remove_ValidationResultChanged (EventHandler value)
Remarks
The validation can succeed or fail. This event is raised when the validation result has changed.
Platforms
See Also
Reference
IControlAddInSite Interface
IControlAddInSite Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace