GrapeCity MultiRow Windows Forms Documentation
Sorted Event


Occurs when the GcMultiRow control completes a sorting operation.
Syntax
<SRCategoryAttribute("Data")>
<SRDescriptionAttribute("Occurs when the GcMultiRow control completes a sorting operation.")>
Public Event Sorted As EventHandler
Dim instance As GcMultiRow
Dim handler As EventHandler
 
AddHandler instance.Sorted, handler
[SRCategory("Data")]
[SRDescription("Occurs when the GcMultiRow control completes a sorting operation.")]
public event EventHandler Sorted
Remarks
When you invoke the Sort(Int32) method or use ColumnHeaderCell to sort, this event is raised. You can set some actions in this event handler method, for example, specifying the new CurrentCellPosition.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.