GrapeCity.Xaml.SpreadSheet.UI
RowViewportHeightChanging Event (SpreadView)


Occurs when the user changes a viewport row height.
Syntax
'Declaration
 
Public Event RowViewportHeightChanging As EventHandler(Of RowViewportHeightChangingEventArgs)
'Usage
 
Dim instance As SpreadView
Dim handler As EventHandler(Of RowViewportHeightChangingEventArgs)
 
AddHandler instance.RowViewportHeightChanging, handler
public event EventHandler<RowViewportHeightChangingEventArgs> RowViewportHeightChanging
Event Data

The event handler receives an argument of type RowViewportHeightChangingEventArgs containing data related to this event. The following RowViewportHeightChangingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
DeltaViewportHeight Gets the changed value of the viewport row height.  
ViewportIndex Gets the index of the viewport row whose height is changing.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SpreadView Class
SpreadView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options