FlexGrid for WinRT
OnResizeDirectionChanged(GridResizeDirection,GridResizeDirection) Method

The old ResizeDirection value
The new ResizeDirection value
Provides derived classes an opportunity to handle changes to the ResizeDirection property.
Syntax
'Declaration
 
Protected Overridable Sub OnResizeDirectionChanged( _
   ByVal oldResizeDirection As GridResizeDirection, _
   ByVal newResizeDirection As GridResizeDirection _
) 
protected virtual void OnResizeDirectionChanged( 
   GridResizeDirection oldResizeDirection,
   GridResizeDirection newResizeDirection
)

Parameters

oldResizeDirection
The old ResizeDirection value
newResizeDirection
The new ResizeDirection value
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

C1GridSplitter Class
C1GridSplitter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback