LookupDefinitionBase..::..CommandChanged Event
Occurs when [command changed].
Namespace:
RingSoft.DbLookup.LookupAssembly: 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); }