XamlLight.OnConnected(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 XamlLight 首次在屏幕上使用时,或者在之前断开连接后再次使用时,会自动调用此方法。
这样就有机会仅在需要时创建 CompositionLight 等资源。
当 XamlLight 不再用于点亮任何 UIElements 或 Brushs 时,将调用 OnDisconnected。
protected:
virtual void OnConnected(UIElement ^ newElement) = OnConnected;
void OnConnected(UIElement const& newElement);
protected virtual void OnConnected(UIElement newElement);
function onConnected(newElement)
Protected Overridable Sub OnConnected (newElement As UIElement)