Event that fires just before and after browser nodes are reordered.
Name | Type | Description |
BrowserPane | BrowserPane | Input BrowserPane object indicating which browser pane has its browser nodes reordered. |
DragNodes | BrowserNodesEnumerator | Input the BrowserNodesEnumerator that contains the browser nodes being moved. |
TargetNode | BrowserNode | Input the BrowserNode to position the DragNodes next to or under. |
eInsertionLoactionType | InsertionLocationTypeEnum | Input the InsertionLocationTypeEnum indicating where to position the DragNodes. |
BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the browser nodes are reordered. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |