RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupDefinitionBase..::..CommandChanged Event

Occurs when [command changed].

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public event EventHandler<LookupCommandChangedArgs> CommandChanged
Public Event CommandChanged As EventHandler(Of LookupCommandChangedArgs)
public:
 event EventHandler<LookupCommandChangedArgs^>^ CommandChanged {
	void add (EventHandler<LookupCommandChangedArgs^>^ value);
	void remove (EventHandler<LookupCommandChangedArgs^>^ value);
}