| SoExtSelectionMovingSelectionCallback Property  | 
Sets the callback called when the mouse is moved in selection mode. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoExtSelectionSelectionEventCallback MovingSelectionCallback { get; set; }Public Property MovingSelectionCallback As SoExtSelectionSelectionEventCallback
	Get
	Set
public:
property SoExtSelectionSelectionEventCallback^ MovingSelectionCallback {
	SoExtSelectionSelectionEventCallback^ get ();
	void set (SoExtSelectionSelectionEventCallback^ value);
}member MovingSelectionCallback : SoExtSelectionSelectionEventCallback with get, set
Property Value
Type: 
SoExtSelectionSelectionEventCallback
RemarksThe callback is only called while the mouse button is down.
Note: This function is available only in FastEdit mode. 
See Also