Intersoft ClientUI Documentation
UXDataComboBoxCell_SizeChanged Method



The object where the event handler is attached.
The event data.
Called when the cell size changes.
Syntax
Protected Overridable Sub UXDataComboBoxCell_SizeChanged( _
   ByVal sender As Object, _
   ByVal e As SizeChangedEventArgs _
) 
Dim instance As UXDataComboBoxCellBase
Dim sender As Object
Dim e As SizeChangedEventArgs
 
instance.UXDataComboBoxCell_SizeChanged(sender, e)
protected virtual void UXDataComboBoxCell_SizeChanged( 
   object sender,
   SizeChangedEventArgs e
)
protected:
virtual void UXDataComboBoxCell_SizeChanged( 
   Object^ sender,
   SizeChangedEventArgs^ e
) 

Parameters

sender
The object where the event handler is attached.
e
The event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDataComboBoxCellBase Class
UXDataComboBoxCellBase Members

Send Feedback