public static void invoke(InteractiveObject x) { // async0 = __InteractiveObject.get_async_4ebbe596_06001312(x); var a = x.async; }
static void Main() { { var i = new InteractiveObject(); i.click += delegate { }; } { var i = new Stage(); i.fullScreen += delegate { }; } { var i = new Stage(); i.click += delegate { }; } }
// X:\jsc.svn\examples\actionscript\test\TestResolveNativeImplementationExtension\TestResolveNativeImplementationExtension\Class1.cs public static InteractiveObjectTasks get_async(InteractiveObject that) { //Console.WriteLine("InteractiveObject get_async"); return new InteractiveObjectTasks { that_InteractiveObject = that, that_DisplayObject = that }; }
public static void remove_tabEnabledChange(InteractiveObject that, Action<Event> value) { CommonExtensions.RemoveDelegate(that, value, Event.TAB_ENABLED_CHANGE); }
public static void remove_gestureZoom(InteractiveObject that, Action<TransformGestureEvent> value) { CommonExtensions.RemoveDelegate(that, value, TransformGestureEvent.GESTURE_ZOOM); }
public static void remove_focusOut(InteractiveObject that, Action<FocusEvent> value) { CommonExtensions.RemoveDelegate(that, value, FocusEvent.FOCUS_OUT); }
public static void remove_doubleClick(InteractiveObject that, Action<MouseEvent> value) { CommonExtensions.RemoveDelegate(that, value, MouseEvent.DOUBLE_CLICK); }
public static void remove_touchTap(InteractiveObject that, Action<TouchEvent> value) { CommonExtensions.RemoveDelegate(that, value, TouchEvent.TOUCH_TAP); }
public static void add_touchRollOut(InteractiveObject that, Action<TouchEvent> value) { CommonExtensions.CombineDelegate(that, value, TouchEvent.TOUCH_ROLL_OUT); }
public static void add_copy(InteractiveObject that, Action<Event> value) { CommonExtensions.CombineDelegate(that, value, Event.COPY); }
public static void remove_mouseWheel(InteractiveObject that, Action<MouseEvent> value) { CommonExtensions.RemoveDelegate(that, value, MouseEvent.MOUSE_WHEEL); }
public static void add_mouseUp(InteractiveObject that, Action<MouseEvent> value) { CommonExtensions.CombineDelegate(that, value, MouseEvent.MOUSE_UP); }
public static void remove_mouseFocusChange(InteractiveObject that, Action<FocusEvent> value) { CommonExtensions.RemoveDelegate(that, value, FocusEvent.MOUSE_FOCUS_CHANGE); }
public static void remove_keyUp(InteractiveObject that, Action<KeyboardEvent> value) { CommonExtensions.RemoveDelegate(that, value, KeyboardEvent.KEY_UP); }
public static void add_keyFocusChange(InteractiveObject that, Action<FocusEvent> value) { CommonExtensions.CombineDelegate(that, value, FocusEvent.KEY_FOCUS_CHANGE); }
public static void add_keyDown(InteractiveObject that, Action<KeyboardEvent> value) { CommonExtensions.CombineDelegate(that, value, KeyboardEvent.KEY_DOWN); }
public static void remove_imeStartComposition(InteractiveObject that, Action<IMEEvent> value) { CommonExtensions.RemoveDelegate(that, value, IMEEvent.IME_START_COMPOSITION); }
public static void remove_tabIndexChange(InteractiveObject that, Action<Event> value) { CommonExtensions.RemoveDelegate(that, value, Event.TAB_INDEX_CHANGE); }
public static void remove_textInput(InteractiveObject that, Action<TextEvent> value) { CommonExtensions.RemoveDelegate(that, value, TextEvent.TEXT_INPUT); }
public static void add_paste(InteractiveObject that, Action<Event> value) { CommonExtensions.CombineDelegate(that, value, Event.PASTE); }
public static void add_touchOver(InteractiveObject that, Action<TouchEvent> value) { CommonExtensions.CombineDelegate(that, value, TouchEvent.TOUCH_OVER); }
public static void add_click(InteractiveObject that, Action<MouseEvent> value) { CommonExtensions.CombineDelegate(that, value, MouseEvent.CLICK); }
public static void remove_touchRollOver(InteractiveObject that, Action<TouchEvent> value) { CommonExtensions.RemoveDelegate(that, value, TouchEvent.TOUCH_ROLL_OVER); }
public static void add_rollOut(InteractiveObject that, Action<MouseEvent> value) { CommonExtensions.CombineDelegate(that, value, MouseEvent.ROLL_OUT); }
public static void remove_cut(InteractiveObject that, Action<Event> value) { CommonExtensions.RemoveDelegate(that, value, Event.CUT); }
public static void remove_rollOver(InteractiveObject that, Action<MouseEvent> value) { CommonExtensions.RemoveDelegate(that, value, MouseEvent.ROLL_OVER); }
public static void add_focusIn(InteractiveObject that, Action<FocusEvent> value) { CommonExtensions.CombineDelegate(that, value, FocusEvent.FOCUS_IN); }
public static void remove_tabChildrenChange(InteractiveObject that, Action<Event> value) { CommonExtensions.RemoveDelegate(that, value, Event.TAB_CHILDREN_CHANGE); }
public static void remove_selectAll(InteractiveObject that, Action<Event> value) { CommonExtensions.RemoveDelegate(that, value, Event.SELECT_ALL); }
public static void remove_gestureTwoFingerTap(InteractiveObject that, Action<GestureEvent> value) { CommonExtensions.RemoveDelegate(that, value, GestureEvent.GESTURE_TWO_FINGER_TAP); }