GrapeCity MultiRow Windows Forms Documentation
Handled Property


Gets or sets a value that indicates whether the resize operation was done by the user.
Syntax
Public Property Handled As Boolean
Dim instance As CellResizeCompletingEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
public bool Handled {get; set;}

Property Value

true if the resizing operation was done by the user; otherwise, false. The default is false.
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

CellResizeCompletingEventArgs Class
CellResizeCompletingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.