CanExecuteChangedEventManager.Purge(Object, Object, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從所提供來源的資料清單中移除非現用接聽程式項目。
protected:
override bool Purge(System::Object ^ source, System::Object ^ data, bool purgeAll);
protected override bool Purge (object source, object data, bool purgeAll);
override this.Purge : obj * obj * bool -> bool
Protected Overrides Function Purge (source As Object, data As Object, purgeAll As Boolean) As Boolean
參數
- source
- Object
正在接聽之事件的來源。
- data
- Object
要檢查的資料。 這個物件必須是 WeakEventManager.ListenerList 實作。
- purgeAll
- Boolean
true
表示停止接聽 source
,並完全移除 data
中的所有項目。
傳回
如果已實際移除某些項目則為 true
,否則為 false
。