LostFocusEventManager.StopListening(Object) 方法

定義

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

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

要停止被接聽 LostFocus 的來源物件。

適用於

另請參閱