LookupControl..::..ColumnWidthChanged Event
Occurs when [column width changed].
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public event EventHandler<LookupColumnWidthChangedArgs> ColumnWidthChanged
Public Event ColumnWidthChanged As EventHandler(Of LookupColumnWidthChangedArgs)
public: event EventHandler<LookupColumnWidthChangedArgs^>^ ColumnWidthChanged { void add (EventHandler<LookupColumnWidthChangedArgs^>^ value); void remove (EventHandler<LookupColumnWidthChangedArgs^>^ value); }