Detach the navigation control from the event of an element.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual void Detach(
	FrameworkElement element
)
Visual Basic
Public Overridable Sub Detach ( _
	element As FrameworkElement _
)
JScript
public function Detach(
	element : FrameworkElement
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element to detach from.

See Also