예제 #1
0
 protected override void Dispose(bool disposing)
 {
     eh = null;
     source = null;
     base.Dispose (disposing);
 }
예제 #2
0
 protected override void Dispose(bool disposing)
 {
     eh     = null;
     source = null;
     base.Dispose(disposing);
 }
예제 #3
0
 public UIControlEventProxy(UIControl source, EventHandler eh)
 {
     IsDirectBinding = false;
     this.source = source;
     this.eh = eh;
 }
예제 #4
0
 public UIControlEventProxy(UIControl source, EventHandler eh)
 {
     IsDirectBinding = false;
     this.source     = source;
     this.eh         = eh;
 }