Search
Control.detach Method
See Also
 






Detach control event handlers.

Namespace: MindFusion.Common
File: Control.js

 Syntax

JavaScript  Copy Code

function detach ()

 Remarks

The detach method dettaches the event handlers of a UI Control.

 See Also