예제 #1
0
 public override void DidChange(NSNotification notification)
 {
     base.DidChange(notification);
     context.InvokeUserCode(delegate {
         eventSink.OnChanged();
         eventSink.OnSelectionChanged();
     });
 }
예제 #2
0
 public override void DidChange(MonoMac.Foundation.NSNotification notification)
 {
     base.DidChange(notification);
     if (entryEventSink != null)
     {
         context.InvokeUserCode(delegate {
             entryEventSink.OnChanged();
             entryEventSink.OnSelectionChanged();
         });
     }
 }