GroupMove Event
Description
The GroupMove event occurs when a group moves (has been dragged).
Syntax
Public Event GroupMove( _
ByVal [Group] As TaskPanelGroup _
)
Parameters
- Group: Group that has moved.
Remarks
Occurs when a group is dragged if drag/drop is allowed or when the group is moved via code.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.