PreviewControlDispose Method

This method is called if the user explicitly disposes of the object (by calling the Dispose method in other managed languages, or the destructor in C++).

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void Dispose()

Implements

IDisposableDispose
See Also