LostFocusEventManager.StartListening(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始侦听给定源上的 LostFocus 事件,将内部类处理程序连接到该源。
protected:
override void StartListening(System::Object ^ source);
protected override void StartListening (object source);
override this.StartListening : obj -> unit
Protected Overrides Sub StartListening (source As Object)
参数
注解
检查提供的源的类型,以查看它是 UIElement 还是 ContentElement ,然后将相应事件的类处理程序添加到该源。