XamlLight.OnDisconnected(UIElement) 方法

定義

當 XamlLight 不再使用螢幕上的任何位置時,會自動呼叫這個方法。

這可讓您在目前不需要時安全地處置資源,例如 CompositionLight。

如果 XamlLight 稍後用來在中斷連線之後啟動任何 UIElement 或 Brushes,則會再次呼叫OnConnected

protected:
 virtual void OnDisconnected(UIElement ^ oldElement) = OnDisconnected;
void OnDisconnected(UIElement const& oldElement);
protected virtual void OnDisconnected(UIElement oldElement);
function onDisconnected(oldElement)
Protected Overridable Sub OnDisconnected (oldElement As UIElement)

參數

oldElement
UIElement

光線所連接的 UIElement

適用於