Example #1
0
        protected CefContextMenuHandler()
        {
            _self = cef_context_menu_handler_t.Alloc();

            _ds0 = new cef_context_menu_handler_t.add_ref_delegate(add_ref);
            _self->_base._add_ref = Marshal.GetFunctionPointerForDelegate(_ds0);
            _ds1 = new cef_context_menu_handler_t.release_delegate(release);
            _self->_base._release = Marshal.GetFunctionPointerForDelegate(_ds1);
            _ds2 = new cef_context_menu_handler_t.has_one_ref_delegate(has_one_ref);
            _self->_base._has_one_ref = Marshal.GetFunctionPointerForDelegate(_ds2);
            _ds3 = new cef_context_menu_handler_t.on_before_context_menu_delegate(on_before_context_menu);
            _self->_on_before_context_menu = Marshal.GetFunctionPointerForDelegate(_ds3);
            _ds4 = new cef_context_menu_handler_t.on_context_menu_command_delegate(on_context_menu_command);
            _self->_on_context_menu_command = Marshal.GetFunctionPointerForDelegate(_ds4);
            _ds5 = new cef_context_menu_handler_t.on_context_menu_dismissed_delegate(on_context_menu_dismissed);
            _self->_on_context_menu_dismissed = Marshal.GetFunctionPointerForDelegate(_ds5);
        }
 protected CefContextMenuHandler()
 {
     _self = cef_context_menu_handler_t.Alloc();
 
     _ds0 = new cef_context_menu_handler_t.add_ref_delegate(add_ref);
     _self->_base._add_ref = Marshal.GetFunctionPointerForDelegate(_ds0);
     _ds1 = new cef_context_menu_handler_t.release_delegate(release);
     _self->_base._release = Marshal.GetFunctionPointerForDelegate(_ds1);
     _ds2 = new cef_context_menu_handler_t.get_refct_delegate(get_refct);
     _self->_base._get_refct = Marshal.GetFunctionPointerForDelegate(_ds2);
     _ds3 = new cef_context_menu_handler_t.on_before_context_menu_delegate(on_before_context_menu);
     _self->_on_before_context_menu = Marshal.GetFunctionPointerForDelegate(_ds3);
     _ds4 = new cef_context_menu_handler_t.on_context_menu_command_delegate(on_context_menu_command);
     _self->_on_context_menu_command = Marshal.GetFunctionPointerForDelegate(_ds4);
     _ds5 = new cef_context_menu_handler_t.on_context_menu_dismissed_delegate(on_context_menu_dismissed);
     _self->_on_context_menu_dismissed = Marshal.GetFunctionPointerForDelegate(_ds5);
 }