PlatformBehavior<TView,TPlatformView>.OnDetachedFrom 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從平臺檢視階層卸離可系結時,會呼叫這個方法。
protected:
virtual void OnDetachedFrom(TView bindable, TPlatformView platformView);
protected virtual void OnDetachedFrom (TView bindable, TPlatformView platformView);
abstract member OnDetachedFrom : 'View * 'PlatformView -> unit
override this.OnDetachedFrom : 'View * 'PlatformView -> unit
Protected Overridable Sub OnDetachedFrom (bindable As TView, platformView As TPlatformView)
參數
- bindable
- TView
附加行為的目標可繫結物件。
- platformView
- TPlatformView
連接到可系結物件的平臺控制項。