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 的源对象。

适用于

另请参阅