Share via


ElementReference.ElementFound Event

Occurs when the referenced element was resolved.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Event ElementFound As EventHandler
public event EventHandler ElementFound
public:
 event EventHandler^ ElementFound {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

See Also

ElementReference Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace