Jaa


SearchAction.Completed Event

Event raised whent the search has completed.

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

Syntax

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

See Also

SearchAction Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace