C1.Win.FlexGrid Namespace / C1FlexGridBase Class / OnClientSizeChanged Method
System.EventArgs that contains the event data.

In This Topic
OnClientSizeChanged Method (C1FlexGridBase)
In This Topic
Overridden to update star sizes when the control is resized.
Syntax
'Declaration
 
Protected Overrides Sub OnClientSizeChanged( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also