TriggerBase.Detach Method

Detaches this instance from its associated object.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public Sub Detach
'Usage
Dim instance As TriggerBase

instance.Detach
public void Detach ()
public:
virtual void Detach () sealed
public final void Detach ()
public final function Detach ()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TriggerBase Class
TriggerBase Members
System.Windows.Interactivity Namespace