共用方式為


ErrorsChangedEventManager.StopListening(Object) 方法

定義

停止接聽所指定來源上的 ErrorsChanged 事件。

protected:
 override void StopListening(System::Object ^ source);
protected override void StopListening (object source);
override this.StopListening : obj -> unit
Protected Overrides Sub StopListening (source As Object)

參數

source
Object

引發 ErrorsChanged 事件的來源物件。

適用於