Handles Events generated by NSView and TrackingArea and dispatches these using context and eventSink
Inheritance: MonoMac.AppKit.NSView, IViewObject
Ejemplo n.º 1
0
		public override void Initialize ()
		{
			ViewObject = new WidgetView (EventSink, ApplicationContext);
			if (innerView != null) {
				var aView = innerView;
				innerView = null;
				SetNativeView (aView);
			}
		}
Ejemplo n.º 2
0
 public override void Initialize()
 {
     ViewObject = new WidgetView(EventSink, ApplicationContext);
     if (innerView != null)
     {
         var aView = innerView;
         innerView = null;
         SetNativeView(aView);
     }
 }
Ejemplo n.º 3
0
 public override void Initialize()
 {
     ViewObject = new WidgetView(EventSink, ApplicationContext);
 }