NetXP 3.0 Reference

XPTaskPane.GroupMoved Method 

Called when a group has moved in the taskpane, or been resized.

[Visual Basic]
Public Sub GroupMoved( _
   ByVal name As String, _
   ByVal delta As Integer, _
   ByVal top As Integer _
)
[C#]
public void GroupMoved(
   string name,
   int delta,
   int top
);

Parameters

name
The name of the control.
delta
The amount of pixels it moved vertically.
top
The top position of the control.

See Also

XPTaskPane Class | NETXP.Controls.TaskPane Namespace